Color Hex Logo

#aaa06b Color Hex

#AAA06B
(170,160,107)
0 Favorites   0 Comments

Color spaces of #aaa06b

RGB 170160107
HSL0.140.270.54
HSV50°37°67°
CMYK 0.000.060.37   0.33
XYZ31.802234.749218.9410
Yxy34.74920.37200.4065
Hunter Lab58.9485-6.860522.2132
CIE-Lab65.5529-4.404028.9622

#aaa06b color RGB value is (170,160,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01101011
Octal 252 240 153
Decimal 170 160 107
Hex AA A0 6B

RGB Percentages of Color #aaa06b

%38.90
%36.61
%24.49

CMYK Percentages of Color #aaa06b

%0
%6
%37
%33

Triadic Colors of #aaa06b

#aaa06b #6baaa0 #a06baa

Analogous Colors of #aaa06b

#aaa06b #95aa6b #aa816b

Monochromatic Colors of #aaa06b

#aaa06b

Complementary Color

#aaa06b #6b75aa

#aaa06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa06b Color CSS Codes

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

#aaa06b Text Font Color

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

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


#aaa06b Background Color

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

This div background color is #aaa06b


#aaa06b Border Color

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

This div border color is #aaa06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,160,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 #aaa06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa06b


Comments

No comments written yet.

Please login to write comment.