#AAA99B

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

Shades of Foggy Grey #AAA99B

Tints of Foggy Grey #AAA99B

Color information

#AAA99B (or 0xAAA99B) is unknown color: approx Foggy Grey. HEX triplet: AA, A9 and 9B. RGB value is (170,169,155). Sum of RGB (Red+Green+Blue) = 170+169+155=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99B is #555664. Grayscale: #A7A7A7. Windows color (decimal): -5592677 or 10201514. OLE color: 10201514.

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

Color convert

RGB170169155-
CMYK00.010.090.33
HSL56º8.11%63.73%-
HSV(B)56º8.82%66.67%-
XYZ36.6839.2936.66-
YUV167.7120.83129.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=34.41%
G=34.21%
B=31.38%

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
Decimal17016915500.010.090.33568.1163.73
HexAAA99B0192138840
Octal2522512330111417010100
Binary10101010101010011001101101100110000111100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA99B; }

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

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

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

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

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

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

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

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