#AAA995

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

Shades of Foggy Grey #AAA995

Tints of Foggy Grey #AAA995

Color information

#AAA995 (or 0xAAA995) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 95. RGB value is (170,169,149). Sum of RGB (Red+Green+Blue) = 170+169+149=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA995 is #55566A. Grayscale: #A7A7A7. Windows color (decimal): -5592683 or 9808298. OLE color: 9808298.

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

Color convert

RGB170169149-
CMYK00.010.120.33
HSL57.14º10.99%62.55%-
HSV(B)57.14º12.35%66.67%-
XYZ36.1939.0934.07-
YUV167.02117.83130.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=34.84%
G=34.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016914900.010.120.3357.1410.9962.55
HexAAA99501C2139b3f
Octal252251225011441711377
Binary1010101010101001100101010111001000011110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA995; }

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

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

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

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

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

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

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

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