#AAA897

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

Shades of Foggy Grey #AAA897

Tints of Foggy Grey #AAA897

Color information

#AAA897 (or 0xAAA897) is unknown color: approx Foggy Grey. HEX triplet: AA, A8 and 97. RGB value is (170,168,151). Sum of RGB (Red+Green+Blue) = 170+168+151=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA897 is #555768. Grayscale: #A6A6A6. Windows color (decimal): -5592937 or 9939114. OLE color: 9939114.

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

Color convert

RGB170168151-
CMYK00.010.110.33
HSL53.68º10.05%62.94%-
HSV(B)53.68º11.18%66.67%-
XYZ36.1738.7934.86-
YUV166.66119.16130.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 168 (66.02% from 255) = 34.36%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=34.76%
G=34.36%
B=30.88%

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
Decimal17016815100.010.110.3353.6810.0562.94
HexAAA89701B2136a3f
Octal252250227011341661277
Binary1010101010101000100101110110111000011101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA897; }

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

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

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

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

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

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

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

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