#AAA79C

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

Shades of Foggy Grey #AAA79C

Tints of Foggy Grey #AAA79C

Color information

#AAA79C (or 0xAAA79C) is unknown color: approx Foggy Grey. HEX triplet: AA, A7 and 9C. RGB value is (170,167,156). Sum of RGB (Red+Green+Blue) = 170+167+156=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA79C is #555863. Grayscale: #A6A6A6. Windows color (decimal): -5593188 or 10266538. OLE color: 10266538.

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

Color convert

RGB170167156-
CMYK00.020.080.33
HSL47.14º7.61%63.92%-
HSV(B)47.14º8.24%66.67%-
XYZ36.438.5836.98-
YUV166.64121.99130.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 156 (61.33% from 255) = 31.64%
R=34.48%
G=33.87%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016715600.020.080.3347.147.6163.92
HexAAA79C028212f840
Octal2522472340210415710100
Binary101010101010011110011100010100010000110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA79C; }

 p { color: rgb(170,167,156); }

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

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

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

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

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

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

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