#AAA99D

Color #AAA99D Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #AAA99D

Tints of Foggy Grey #AAA99D

Color information

#AAA99D (or 0xAAA99D) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 9D. RGB value is (170,169,157). Sum of RGB (Red+Green+Blue) = 170+169+157=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99D is #555662. Grayscale: #A7A7A7. Windows color (decimal): -5592675 or 10332586. OLE color: 10332586.

HSL color Cylindrical-coordinate representation of color #AAA99D: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAA99D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB170169157-
CMYK00.010.080.33
HSL55.38º7.1%64.12%-
HSV(B)55.38º7.65%66.67%-
XYZ36.8539.3637.55-
YUV167.93121.83129.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=34.27%
G=34.07%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016915700.010.080.3355.387.164.12
HexAAA99D0182137740
Octal252251235011041677100
Binary1010101010101001100111010110001000011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA99D; }

 p { color: rgb(170,169,157); }

 H1.HeaderClassName
 {
   color: #AAA99D;
 }
 .AnyTagClassName
 {
   color: #AAA99D;
 }
</style>
background-color css

<style>
 a { background-color: #AAA99D; }

 a { background-color: rgb(170,169,157); }

 div.DivClassName
 {
   background-color: #AAA99D;
 }
 .BgClassName
 {
   background-color: #AAA99D;
 }
</style>
border-color css

<style>
 span { border-color: #AAA99D; }

 span { border-color: rgb(170,169,157); }

 td.TdClassName
 {
   border-color: #AAA99D;
 }
 .TagClassName
 {
   border-color: #AAA99D;
 }
</style>