Color Hex Logo

#aaa69c Color Hex

#AAA69C
(170,166,156)
0 Favorites   0 Comments

Color spaces of #aaa69c

RGB 170166156
HSL0.120.080.64
HSV43°67°
CMYK 0.000.020.08   0.33
XYZ36.214538.218836.9207
Yxy38.21880.32520.3432
Hunter Lab61.8214-3.62347.8660
CIE-Lab68.1816-0.37105.6752

#aaa69c color RGB value is (170,166,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10011100
Octal 252 246 234
Decimal 170 166 156
Hex AA A6 9C

RGB Percentages of Color #aaa69c

%34.55
%33.74
%31.71

CMYK Percentages of Color #aaa69c

%0
%2
%8
%33

Triadic Colors of #aaa69c

#aaa69c #9caaa6 #a69caa

Analogous Colors of #aaa69c

#aaa69c #a7aa9c #aa9f9c

Monochromatic Colors of #aaa69c

#aaa69c

Complementary Color

#aaa69c #9ca0aa

#aaa69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa69c Color CSS Codes

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

#aaa69c Text Font Color

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

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


#aaa69c Background Color

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

This div background color is #aaa69c


#aaa69c Border Color

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

This div border color is #aaa69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa69c


Comments

No comments written yet.

Please login to write comment.