Color Hex Logo

#aaa69e Color Hex

#AAA69E
(170,166,158)
0 Favorites   0 Comments

Color spaces of #aaa69e

RGB 170166158
HSL0.110.070.64
HSV40°67°
CMYK 0.000.020.07   0.33
XYZ36.385338.287137.8202
Yxy38.28710.32340.3404
Hunter Lab61.8766-3.32067.0744
CIE-Lab68.2317-0.01814.6381

#aaa69e color RGB value is (170,166,158).

#aaa69e hex color red value is 170, green value is 166 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aaa69e hue: 0.11 , saturation: 0.07 and the lightness value of aaa69e is 0.64.

The process color (four color CMYK) of #aaa69e color hex is 0.00, 0.02, 0.07, 0.33. Web safe color of #aaa69e is #999999. Color #aaa69e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10011110
Octal 252 246 236
Decimal 170 166 158
Hex AA A6 9E

RGB Percentages of Color #aaa69e

%34.41
%33.60
%31.98

CMYK Percentages of Color #aaa69e

%0
%2
%7
%33

Triadic Colors of #aaa69e

#aaa69e #9eaaa6 #a69eaa

Analogous Colors of #aaa69e

#aaa69e #a8aa9e #aaa09e

Monochromatic Colors of #aaa69e

#aaa69e

Complementary Color

#aaa69e #9ea2aa

#aaa69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa69e Color CSS Codes

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

#aaa69e Text Font Color

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

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


#aaa69e Background Color

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

This div background color is #aaa69e


#aaa69e Border Color

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

This div border color is #aaa69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa69e


Comments

No comments written yet.

Please login to write comment.