Color Hex Logo

#aaa072 Color Hex

#AAA072
(170,160,114)
0 Favorites   0 Comments

Color spaces of #aaa072

RGB 170160114
HSL0.140.250.56
HSV49°33°67°
CMYK 0.000.060.33   0.33
XYZ32.185634.902620.9601
Yxy34.90260.36550.3964
Hunter Lab59.0784-6.141420.3197
CIE-Lab65.6728-3.531125.3348

#aaa072 color RGB value is (170,160,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01110010
Octal 252 240 162
Decimal 170 160 114
Hex AA A0 72

RGB Percentages of Color #aaa072

%38.29
%36.04
%25.68

CMYK Percentages of Color #aaa072

%0
%6
%33
%33

Triadic Colors of #aaa072

#aaa072 #72aaa0 #a072aa

Analogous Colors of #aaa072

#aaa072 #98aa72 #aa8472

Monochromatic Colors of #aaa072

#aaa072

Complementary Color

#aaa072 #727caa

#aaa072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa072 Color CSS Codes

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

#aaa072 Text Font Color

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

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


#aaa072 Background Color

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

This div background color is #aaa072


#aaa072 Border Color

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

This div border color is #aaa072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa072


Comments

No comments written yet.

Please login to write comment.