color codes Logo

#ae550a color codes

#AE550A
(174,85,10)
0 Favorites   0 Comments

Color spaces of #ae550a

RGB 1748510
HSL0.080.890.36
HSV27°94°68°
CMYK 0.000.510.94   0.32
XYZ20.758815.51762.1882
Yxy15.51760.53970.4034
Hunter Lab39.392425.128424.2812
CIE-Lab46.335132.423753.0986

#ae550a color RGB value is (174,85,10).

#ae550a hex color red value is 174, green value is 85 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae550a hue: 0.08 , saturation: 0.89 and the lightness value of ae550a is 0.36.

The process color (four color CMYK) of #ae550a color code is 0.00, 0.51, 0.94, 0.32. Web safe color of #ae550a is #996600. Color #ae550a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 00001010
Octal 256 125 12
Decimal 174 85 10
Hex AE 55 A

RGB Percentages of Color #ae550a

%64.68
%31.60
%3.72

CMYK Percentages of Color #ae550a

%0
%51
%94
%32

Triadic Colors of #ae550a

#ae550a #0aae55 #550aae

Analogous Colors of #ae550a

#ae550a #aea70a #ae0a11

Monochromatic Colors of #ae550a

#ae550a

Complementary Color

#ae550a #0a63ae

#ae550a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae550a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae550a Color CSS Codes

.mybgcolor {background-color:#ae550a; } 
.myforecolor {color:#ae550a; }
.mybordercolor {border:3px solid #ae550a; }

#ae550a Text Font Color

<p style="color:#ae550a">Text here</p>

This sample text font color is #ae550a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae550a Background Color

<div style="background-color:#ae550a">
Div content here</div>

This div background color is #ae550a


#ae550a Border Color

<div style="border:3px solid #ae550a">
Div here</div>

This div border color is #ae550a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,85,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae550a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae550a;
  -webkit-box-shadow: 1px 1px 3px 2px #ae550a;
  box-shadow:         1px 1px 3px 2px #ae550a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,85,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae550a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae550a;
  -webkit-box-shadow: 1px 1px 3px 2px #ae550a;
  box-shadow:         1px 1px 3px 2px #ae550a;">
Div content here</div>

This div box has shadow with color #ae550a


Comments

No comments written yet.

Please login to write comment.