Color Hex Logo

#aaa36b Color Hex

#AAA36B
(170,163,107)
0 Favorites   0 Comments

Color spaces of #aaa36b

RGB 170163107
HSL0.150.270.54
HSV53°37°67°
CMYK 0.000.040.37   0.33
XYZ32.328635.802019.1165
Yxy35.80200.37050.4104
Hunter Lab59.8348-8.267722.9419
CIE-Lab66.3684-6.014030.0244

#aaa36b color RGB value is (170,163,107).

#aaa36b hex color red value is 170, green value is 163 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aaa36b hue: 0.15 , saturation: 0.27 and the lightness value of aaa36b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01101011
Octal 252 243 153
Decimal 170 163 107
Hex AA A3 6B

RGB Percentages of Color #aaa36b

%38.64
%37.05
%24.32

CMYK Percentages of Color #aaa36b

%0
%4
%37
%33

Triadic Colors of #aaa36b

#aaa36b #6baaa3 #a36baa

Analogous Colors of #aaa36b

#aaa36b #92aa6b #aa846b

Monochromatic Colors of #aaa36b

#aaa36b

Complementary Color

#aaa36b #6b72aa

#aaa36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa36b Color CSS Codes

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

#aaa36b Text Font Color

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

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


#aaa36b Background Color

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

This div background color is #aaa36b


#aaa36b Border Color

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

This div border color is #aaa36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa36b


Comments

No comments written yet.

Please login to write comment.