#AAA997

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

Shades of Foggy Grey #AAA997

Tints of Foggy Grey #AAA997

Color information

#AAA997 (or 0xAAA997) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 97. RGB value is (170,169,151). Sum of RGB (Red+Green+Blue) = 170+169+151=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA997 is #555668. Grayscale: #A7A7A7. Windows color (decimal): -5592681 or 9939370. OLE color: 9939370.

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

Color convert

RGB170169151-
CMYK00.010.110.33
HSL56.84º10.05%62.94%-
HSV(B)56.84º11.18%66.67%-
XYZ36.3539.1634.92-
YUV167.25118.83129.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 169 (66.41% from 255) = 34.49%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=34.69%
G=34.49%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016915100.010.110.3356.8410.0562.94
HexAAA99701B2139a3f
Octal252251227011341711277
Binary1010101010101001100101110110111000011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA997; }

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

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

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

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

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

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

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

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