Color Hex Logo

#aaa289 Color Hex

#AAA289
(170,162,137)
0 Favorites   0 Comments

Color spaces of #aaa289

RGB 170162137
HSL0.130.160.60
HSV45°19°67°
CMYK 0.000.050.19   0.33
XYZ34.013336.192928.8601
Yxy36.19290.34330.3653
Hunter Lab60.1605-4.361413.6699
CIE-Lab66.6671-1.341114.0572

#aaa289 color RGB value is (170,162,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 10001001
Octal 252 242 211
Decimal 170 162 137
Hex AA A2 89

RGB Percentages of Color #aaa289

%36.25
%34.54
%29.21

CMYK Percentages of Color #aaa289

%0
%5
%19
%33

Triadic Colors of #aaa289

#aaa289 #89aaa2 #a289aa

Analogous Colors of #aaa289

#aaa289 #a2aa89 #aa9289

Monochromatic Colors of #aaa289

#aaa289

Complementary Color

#aaa289 #8991aa

#aaa289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa289 Color CSS Codes

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

#aaa289 Text Font Color

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

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


#aaa289 Background Color

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

This div background color is #aaa289


#aaa289 Border Color

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

This div border color is #aaa289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa289


Comments

No comments written yet.

Please login to write comment.