Color Hex Logo

#aa902f Color Hex

#AA902F
(170,144,47)
0 Favorites   0 Comments

Color spaces of #aa902f

RGB 17014447
HSL0.130.570.43
HSV47°72°67°
CMYK 0.000.150.72   0.33
XYZ27.063928.69786.8021
Yxy28.69780.43260.4587
Hunter Lab53.5703-3.569329.9709
CIE-Lab60.5140-0.858752.5626

#aa902f color RGB value is (170,144,47).

#aa902f hex color red value is 170, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aa902f hue: 0.13 , saturation: 0.57 and the lightness value of aa902f is 0.43.

The process color (four color CMYK) of #aa902f color hex is 0.00, 0.15, 0.72, 0.33. Web safe color of #aa902f is #999933. Color #aa902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 00101111
Octal 252 220 57
Decimal 170 144 47
Hex AA 90 2F

RGB Percentages of Color #aa902f

%47.09
%39.89
%13.02

CMYK Percentages of Color #aa902f

%0
%15
%72
%33

Triadic Colors of #aa902f

#aa902f #2faa90 #902faa

Analogous Colors of #aa902f

#aa902f #87aa2f #aa532f

Monochromatic Colors of #aa902f

#aa902f

Complementary Color

#aa902f #2f49aa

#aa902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa902f Color CSS Codes

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

#aa902f Text Font Color

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

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


#aa902f Background Color

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

This div background color is #aa902f


#aa902f Border Color

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

This div border color is #aa902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa902f


Comments

No comments written yet.

Please login to write comment.