Color Hex Logo

#aa955b Color Hex

#AA955B
(170,149,91)
0 Favorites   0 Comments

Color spaces of #aa955b

RGB 17014991
HSL0.120.320.51
HSV44°46°67°
CMYK 0.000.120.46   0.33
XYZ29.213330.796314.3021
Yxy30.79630.39310.4144
Hunter Lab55.4944-3.149523.5658
CIE-Lab62.3353-0.221933.3947

#aa955b color RGB value is (170,149,91).

#aa955b hex color red value is 170, green value is 149 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aa955b hue: 0.12 , saturation: 0.32 and the lightness value of aa955b is 0.51.

The process color (four color CMYK) of #aa955b color hex is 0.00, 0.12, 0.46, 0.33. Web safe color of #aa955b is #999966. Color #aa955b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010101 01011011
Octal 252 225 133
Decimal 170 149 91
Hex AA 95 5B

RGB Percentages of Color #aa955b

%41.46
%36.34
%22.20

CMYK Percentages of Color #aa955b

%0
%12
%46
%33

Triadic Colors of #aa955b

#aa955b #5baa95 #955baa

Analogous Colors of #aa955b

#aa955b #98aa5b #aa6e5b

Monochromatic Colors of #aa955b

#aa955b

Complementary Color

#aa955b #5b70aa

#aa955b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa955b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa955b Color CSS Codes

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

#aa955b Text Font Color

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

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


#aa955b Background Color

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

This div background color is #aa955b


#aa955b Border Color

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

This div border color is #aa955b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa955b


Comments

No comments written yet.

Please login to write comment.