Color Hex Logo

#aaa089 Color Hex

#AAA089
(170,160,137)
0 Favorites   0 Comments

Color spaces of #aaa089

RGB 170160137
HSL0.120.160.60
HSV42°19°67°
CMYK 0.000.060.19   0.33
XYZ33.663735.493828.7436
Yxy35.49380.34390.3625
Hunter Lab59.5767-3.398113.0984
CIE-Lab66.1313-0.252413.3066

#aaa089 color RGB value is (170,160,137).

#aaa089 hex color red value is 170, green value is 160 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aaa089 hue: 0.12 , saturation: 0.16 and the lightness value of aaa089 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10001001
Octal 252 240 211
Decimal 170 160 137
Hex AA A0 89

RGB Percentages of Color #aaa089

%36.40
%34.26
%29.34

CMYK Percentages of Color #aaa089

%0
%6
%19
%33

Triadic Colors of #aaa089

#aaa089 #89aaa0 #a089aa

Analogous Colors of #aaa089

#aaa089 #a4aa89 #aa9089

Monochromatic Colors of #aaa089

#aaa089

Complementary Color

#aaa089 #8993aa

#aaa089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa089 Color CSS Codes

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

#aaa089 Text Font Color

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

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


#aaa089 Background Color

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

This div background color is #aaa089


#aaa089 Border Color

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

This div border color is #aaa089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa089


Comments

No comments written yet.

Please login to write comment.