Color Hex Logo

#ae9a0a Color Hex

#AE9A0A
(174,154,10)
0 Favorites   0 Comments

Color spaces of #ae9a0a

RGB 17415410
HSL0.150.890.36
HSV53°94°68°
CMYK 0.000.110.94   0.32
XYZ29.065932.13184.9573
Yxy32.13180.43940.4857
Hunter Lab56.6849-7.670534.4943
CIE-Lab63.4517-5.602365.5703

#ae9a0a color RGB value is (174,154,10).

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

The process color (four color CMYK) of #ae9a0a color hex is 0.00, 0.11, 0.94, 0.32. Web safe color of #ae9a0a is #999900. Color #ae9a0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 00001010
Octal 256 232 12
Decimal 174 154 10
Hex AE 9A A

RGB Percentages of Color #ae9a0a

%51.48
%45.56
%2.96

CMYK Percentages of Color #ae9a0a

%0
%11
%94
%32

Triadic Colors of #ae9a0a

#ae9a0a #0aae9a #9a0aae

Analogous Colors of #ae9a0a

#ae9a0a #70ae0a #ae480a

Monochromatic Colors of #ae9a0a

#ae9a0a

Complementary Color

#ae9a0a #0a1eae

#ae9a0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9a0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9a0a Color CSS Codes

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

#ae9a0a Text Font Color

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

This sample text font color is #ae9a0a
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.


#ae9a0a Background Color

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

This div background color is #ae9a0a


#ae9a0a Border Color

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

This div border color is #ae9a0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,154,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 #ae9a0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9a0a


Comments

No comments written yet.

Please login to write comment.