Color Hex Logo

#aaa899 Color Hex

#AAA899
(170,168,153)
0 Favorites   0 Comments

Color spaces of #aaa899

RGB 170168153
HSL0.150.090.63
HSV53°10°67°
CMYK 0.000.010.10   0.33
XYZ36.330038.851235.7212
Yxy38.85120.32760.3503
Hunter Lab62.3307-5.03859.6529
CIE-Lab68.6433-1.97657.9984

#aaa899 color RGB value is (170,168,153).

#aaa899 hex color red value is 170, green value is 168 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aaa899 hue: 0.15 , saturation: 0.09 and the lightness value of aaa899 is 0.63.

The process color (four color CMYK) of #aaa899 color hex is 0.00, 0.01, 0.10, 0.33. Web safe color of #aaa899 is #999999. Color #aaa899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 10011001
Octal 252 250 231
Decimal 170 168 153
Hex AA A8 99

RGB Percentages of Color #aaa899

%34.62
%34.22
%31.16

CMYK Percentages of Color #aaa899

%0
%1
%10
%33

Triadic Colors of #aaa899

#aaa899 #99aaa8 #a899aa

Analogous Colors of #aaa899

#aaa899 #a4aa99 #aaa099

Monochromatic Colors of #aaa899

#aaa899

Complementary Color

#aaa899 #999baa

#aaa899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa899 Color CSS Codes

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

#aaa899 Text Font Color

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

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


#aaa899 Background Color

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

This div background color is #aaa899


#aaa899 Border Color

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

This div border color is #aaa899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa899


Comments

No comments written yet.

Please login to write comment.