Color Hex Logo

#aa980f Color Hex

#AA980F
(170,152,15)
0 Favorites   0 Comments

Color spaces of #aa980f

RGB 17015215
HSL0.150.840.36
HSV53°91°67°
CMYK 0.000.110.91   0.33
XYZ27.892031.03704.9726
Yxy31.03700.43650.4857
Hunter Lab55.7109-8.126833.7055
CIE-Lab62.5389-6.265263.9231

#aa980f color RGB value is (170,152,15).

#aa980f hex color red value is 170, green value is 152 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aa980f hue: 0.15 , saturation: 0.84 and the lightness value of aa980f is 0.36.

The process color (four color CMYK) of #aa980f color hex is 0.00, 0.11, 0.91, 0.33. Web safe color of #aa980f is #999900. Color #aa980f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00001111
Octal 252 230 17
Decimal 170 152 15
Hex AA 98 F

RGB Percentages of Color #aa980f

%50.45
%45.10
%4.45

CMYK Percentages of Color #aa980f

%0
%11
%91
%33

Triadic Colors of #aa980f

#aa980f #0faa98 #980faa

Analogous Colors of #aa980f

#aa980f #6faa0f #aa4a0f

Monochromatic Colors of #aa980f

#aa980f

Complementary Color

#aa980f #0f21aa

#aa980f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa980f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa980f Color CSS Codes

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

#aa980f Text Font Color

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

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


#aa980f Background Color

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

This div background color is #aa980f


#aa980f Border Color

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

This div border color is #aa980f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,152,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa980f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa980f;
  -webkit-box-shadow: 1px 1px 3px 2px #aa980f;
  box-shadow:         1px 1px 3px 2px #aa980f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,152,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa980f


Comments

No comments written yet.

Please login to write comment.