Color Hex Logo

#aa9b4b Color Hex

#AA9B4B
(170,155,75)
0 Favorites   0 Comments

Color spaces of #aa9b4b

RGB 17015575
HSL0.140.390.48
HSV51°56°67°
CMYK 0.000.090.56   0.33
XYZ29.568932.496711.3707
Yxy32.49670.40260.4425
Hunter Lab57.0059-7.172528.0778
CIE-Lab63.7513-4.961743.3193

#aa9b4b color RGB value is (170,155,75).

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

The process color (four color CMYK) of #aa9b4b color hex is 0.00, 0.09, 0.56, 0.33. Web safe color of #aa9b4b is #999933. Color #aa9b4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 01001011
Octal 252 233 113
Decimal 170 155 75
Hex AA 9B 4B

RGB Percentages of Color #aa9b4b

%42.50
%38.75
%18.75

CMYK Percentages of Color #aa9b4b

%0
%9
%56
%33

Triadic Colors of #aa9b4b

#aa9b4b #4baa9b #9b4baa

Analogous Colors of #aa9b4b

#aa9b4b #8aaa4b #aa6c4b

Monochromatic Colors of #aa9b4b

#aa9b4b

Complementary Color

#aa9b4b #4b5aaa

#aa9b4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9b4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9b4b Color CSS Codes

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

#aa9b4b Text Font Color

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

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


#aa9b4b Background Color

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

This div background color is #aa9b4b


#aa9b4b Border Color

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

This div border color is #aa9b4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9b4b


Comments

No comments written yet.

Please login to write comment.