#AAA699

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

Shades of Foggy Grey #AAA699

Tints of Foggy Grey #AAA699

Color information

#AAA699 (or 0xAAA699) is unknown color: approx Foggy Grey. HEX triplet: AA, A6 and 99. RGB value is (170,166,153). Sum of RGB (Red+Green+Blue) = 170+166+153=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA699 is #555966. Grayscale: #A5A5A5. Windows color (decimal): -5593447 or 10069674. OLE color: 10069674.

HSL color Cylindrical-coordinate representation of color #AAA699: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAA699 is Cyan = 0, Magento = 0.02, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB170166153-
CMYK00.020.10.33
HSL45.88º9.09%63.33%-
HSV(B)45.88º10%66.67%-
XYZ35.9638.1235.6-
YUV165.71120.83131.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 166 (65.23% from 255) = 33.95%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=34.76%
G=33.95%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016615300.020.10.3345.889.0963.33
HexAAA69902A212e93f
Octal252246231021241561177
Binary10101010101001101001100101010101000011011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA699; }

 p { color: rgb(170,166,153); }

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

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

 a { background-color: rgb(170,166,153); }

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

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

 span { border-color: rgb(170,166,153); }

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