#AAA797

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

Shades of Foggy Grey #AAA797

Tints of Foggy Grey #AAA797

Color information

#AAA797 (or 0xAAA797) is unknown color: approx Foggy Grey. HEX triplet: AA, A7 and 97. RGB value is (170,167,151). Sum of RGB (Red+Green+Blue) = 170+167+151=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA797 is #555868. Grayscale: #A6A6A6. Windows color (decimal): -5593193 or 9938858. OLE color: 9938858.

HSL color Cylindrical-coordinate representation of color #AAA797: hue angle of 50.53º 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 #AAA797 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB170167151-
CMYK00.020.110.33
HSL50.53º10.05%62.94%-
HSV(B)50.53º11.18%66.67%-
XYZ35.9838.4234.8-
YUV166.07119.49130.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=34.84%
G=34.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016715100.020.110.3350.5310.0562.94
HexAAA79702B2133a3f
Octal252247227021341631277
Binary10101010101001111001011101010111000011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA797; }

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

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

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

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

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

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

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

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