Color Hex Logo

#aa980d Color Hex

#AA980D
(170,152,13)
0 Favorites   0 Comments

Color spaces of #aa980d

RGB 17015213
HSL0.150.860.36
HSV53°92°67°
CMYK 0.000.110.92   0.33
XYZ27.878431.03164.9011
Yxy31.03160.43690.4863
Hunter Lab55.7060-8.154233.7778
CIE-Lab62.5343-6.299664.2595

#aa980d color RGB value is (170,152,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 00001101
Octal 252 230 15
Decimal 170 152 13
Hex AA 98 D

RGB Percentages of Color #aa980d

%50.75
%45.37
%3.88

CMYK Percentages of Color #aa980d

%0
%11
%92
%33

Triadic Colors of #aa980d

#aa980d #0daa98 #980daa

Analogous Colors of #aa980d

#aa980d #6eaa0d #aa4a0d

Monochromatic Colors of #aa980d

#aa980d

Complementary Color

#aa980d #0d1faa

#aa980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa980d Color CSS Codes

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

#aa980d Text Font Color

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

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


#aa980d Background Color

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

This div background color is #aa980d


#aa980d Border Color

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

This div border color is #aa980d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa980d


Comments

No comments written yet.

Please login to write comment.