#AAAA97

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

Shades of Foggy Grey #AAAA97

Tints of Foggy Grey #AAAA97

Color information

#AAAA97 (or 0xAAAA97) is unknown color: approx Foggy Grey. HEX triplet: AA, AA and 97. RGB value is (170,170,151). Sum of RGB (Red+Green+Blue) = 170+170+151=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA97 is #555568. Grayscale: #A7A7A7. Windows color (decimal): -5592425 or 9939626. OLE color: 9939626.

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

Color convert

RGB170170151-
CMYK000.110.33
HSL60º10.05%62.94%-
HSV(B)60º11.18%66.67%-
XYZ36.5439.5334.98-
YUV167.83118.5129.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=34.62%
G=34.62%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170151000.110.336010.0562.94
HexAAAA9700B213ca3f
Octal252252227001341741277
Binary1010101010101010100101110010111000011111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA97; }

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

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

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

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

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

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

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

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