Color Hex Logo

#aaa799 Color Hex

#AAA799
(170,167,153)
0 Favorites   0 Comments

Color spaces of #aaa799

RGB 170167153
HSL0.140.090.63
HSV49°10°67°
CMYK 0.000.020.10   0.33
XYZ36.146038.483435.6599
Yxy38.48340.32770.3489
Hunter Lab62.0350-4.55449.3425
CIE-Lab68.3754-1.43527.6153

#aaa799 color RGB value is (170,167,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10011001
Octal 252 247 231
Decimal 170 167 153
Hex AA A7 99

RGB Percentages of Color #aaa799

%34.69
%34.08
%31.22

CMYK Percentages of Color #aaa799

%0
%2
%10
%33

Triadic Colors of #aaa799

#aaa799 #99aaa7 #a799aa

Analogous Colors of #aaa799

#aaa799 #a5aa99 #aa9f99

Monochromatic Colors of #aaa799

#aaa799

Complementary Color

#aaa799 #999caa

#aaa799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa799 Color CSS Codes

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

#aaa799 Text Font Color

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

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


#aaa799 Background Color

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

This div background color is #aaa799


#aaa799 Border Color

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

This div border color is #aaa799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa799


Comments

No comments written yet.

Please login to write comment.