#AAA497

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

Shades of Mountain Mist #AAA497

Tints of Mountain Mist #AAA497

Color information

#AAA497 (or 0xAAA497) is unknown color: approx Mountain Mist. HEX triplet: AA, A4 and 97. RGB value is (170,164,151). Sum of RGB (Red+Green+Blue) = 170+164+151=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA497 is #555B68. Grayscale: #A4A4A4. Windows color (decimal): -5593961 or 9938090. OLE color: 9938090.

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

Color convert

RGB170164151-
CMYK00.040.110.33
HSL41.05º10.05%62.94%-
HSV(B)41.05º11.18%66.67%-
XYZ35.4437.3334.62-
YUV164.31120.49132.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=35.05%
G=33.81%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016415100.040.110.3341.0510.0562.94
HexAAA49704B2129a3f
Octal252244227041341511277
Binary101010101010010010010111010010111000011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA497; }

 p { color: rgb(170,164,151); }

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

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

 a { background-color: rgb(170,164,151); }

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

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

 span { border-color: rgb(170,164,151); }

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