color codes Logo

#aa9f4a color codes

#AA9F4A
(170,159,74)
0 Favorites   0 Comments

Color spaces of #aa9f4a

RGB 17015974
HSL0.150.390.48
HSV53°56°67°
CMYK 0.000.060.56   0.33
XYZ30.211733.836711.4174
Yxy33.83670.40030.4484
Hunter Lab58.1693-9.087829.0812
CIE-Lab64.8327-7.185745.0551

#aa9f4a color RGB value is (170,159,74).

#aa9f4a hex color red value is 170, green value is 159 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aa9f4a hue: 0.15 , saturation: 0.39 and the lightness value of aa9f4a is 0.48.

The process color (four color CMYK) of #aa9f4a color code is 0.00, 0.06, 0.56, 0.33. Web safe color of #aa9f4a is #999933. Color #aa9f4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 01001010
Octal 252 237 112
Decimal 170 159 74
Hex AA 9F 4A

RGB Percentages of Color #aa9f4a

%42.18
%39.45
%18.36

CMYK Percentages of Color #aa9f4a

%0
%6
%56
%33

Triadic Colors of #aa9f4a

#aa9f4a #4aaa9f #9f4aaa

Analogous Colors of #aa9f4a

#aa9f4a #85aa4a #aa6f4a

Monochromatic Colors of #aa9f4a

#aa9f4a

Complementary Color

#aa9f4a #4a55aa

#aa9f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9f4a Color CSS Codes

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

#aa9f4a Text Font Color

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

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


#aa9f4a Background Color

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

This div background color is #aa9f4a


#aa9f4a Border Color

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

This div border color is #aa9f4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9f4a


Comments

No comments written yet.

Please login to write comment.