#AAA79E

Color #AAA79E Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #AAA79E

Tints of Mountain Mist #AAA79E

Color information

#AAA79E (or 0xAAA79E) is unknown color: approx Mountain Mist. HEX triplet: AA, A7 and 9E. RGB value is (170,167,158). Sum of RGB (Red+Green+Blue) = 170+167+158=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA79E is #555861. Grayscale: #A6A6A6. Windows color (decimal): -5593186 or 10397610. OLE color: 10397610.

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

Color convert

RGB170167158-
CMYK00.020.070.33
HSL45º6.59%64.31%-
HSV(B)45º7.06%66.67%-
XYZ36.5738.6537.88-
YUV166.87122.99130.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=34.34%
G=33.74%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016715800.020.070.33456.5964.31
HexAAA79E027212d740
Octal25224723602741557100
Binary1010101010100111100111100101111000011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA79E; }

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

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

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

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

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

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

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

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