#AAAA99

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

Shades of Foggy Grey #AAAA99

Tints of Foggy Grey #AAAA99

Color information

#AAAA99 (or 0xAAAA99) is unknown color: approx Foggy Grey. HEX triplet: AA, AA and 99. RGB value is (170,170,153). Sum of RGB (Red+Green+Blue) = 170+170+153=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA99 is #555566. Grayscale: #A8A8A8. Windows color (decimal): -5592423 or 10070698. OLE color: 10070698.

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

Color convert

RGB170170153-
CMYK000.10.33
HSL60º9.09%63.33%-
HSV(B)60º10%66.67%-
XYZ36.739.635.85-
YUV168.06119.5129.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=34.48%
G=34.48%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170170153000.10.33609.0963.33
HexAAAA9900A213c93f
Octal252252231001241741177
Binary1010101010101010100110010010101000011111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAA99; }

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

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

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

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

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

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

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

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