#AAA99E

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

Shades of Foggy Grey #AAA99E

Tints of Foggy Grey #AAA99E

Color information

#AAA99E (or 0xAAA99E) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 9E. RGB value is (170,169,158). Sum of RGB (Red+Green+Blue) = 170+169+158=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99E is #555661. Grayscale: #A8A8A8. Windows color (decimal): -5592674 or 10398122. OLE color: 10398122.

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

Color convert

RGB170169158-
CMYK00.010.070.33
HSL55º6.59%64.31%-
HSV(B)55º7.06%66.67%-
XYZ36.9439.3938-
YUV168.04122.33129.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=34.21%
G=34.00%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016915800.010.070.33556.5964.31
HexAAA99E0172137740
Octal25225123601741677100
Binary101010101010100110011110011111000011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA99E; }

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

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

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

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

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

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

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

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