#AAA99A

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

Shades of Foggy Grey #AAA99A

Tints of Foggy Grey #AAA99A

Color information

#AAA99A (or 0xAAA99A) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 9A. RGB value is (170,169,154). Sum of RGB (Red+Green+Blue) = 170+169+154=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99A is #555665. Grayscale: #A7A7A7. Windows color (decimal): -5592678 or 10135978. OLE color: 10135978.

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

Color convert

RGB170169154-
CMYK00.010.090.33
HSL56.25º8.6%63.53%-
HSV(B)56.25º9.41%66.67%-
XYZ36.639.2636.22-
YUV167.59120.33129.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=34.48%
G=34.28%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016915400.010.090.3356.258.663.53
HexAAA99A0192138940
Octal2522512320111417011100
Binary10101010101010011001101001100110000111100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA99A; }

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

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

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

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

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

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

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

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