Color Hex Logo

#aaa47b Color Hex

#AAA47B
(170,164,123)
0 Favorites   0 Comments

Color spaces of #aaa47b

RGB 170164123
HSL0.150.220.57
HSV52°28°67°
CMYK 0.000.040.28   0.33
XYZ33.428236.527024.0275
Yxy36.52700.35570.3887
Hunter Lab60.4376-7.036918.7350
CIE-Lab66.9206-4.481522.1075

#aaa47b color RGB value is (170,164,123).

#aaa47b hex color red value is 170, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aaa47b hue: 0.15 , saturation: 0.22 and the lightness value of aaa47b is 0.57.

The process color (four color CMYK) of #aaa47b color hex is 0.00, 0.04, 0.28, 0.33. Web safe color of #aaa47b is #999966. Color #aaa47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01111011
Octal 252 244 173
Decimal 170 164 123
Hex AA A4 7B

RGB Percentages of Color #aaa47b

%37.20
%35.89
%26.91

CMYK Percentages of Color #aaa47b

%0
%4
%28
%33

Triadic Colors of #aaa47b

#aaa47b #7baaa4 #a47baa

Analogous Colors of #aaa47b

#aaa47b #99aa7b #aa8d7b

Monochromatic Colors of #aaa47b

#aaa47b

Complementary Color

#aaa47b #7b81aa

#aaa47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa47b Color CSS Codes

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

#aaa47b Text Font Color

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

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


#aaa47b Background Color

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

This div background color is #aaa47b


#aaa47b Border Color

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

This div border color is #aaa47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa47b


Comments

No comments written yet.

Please login to write comment.