#A49F97

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

Shades of Mountain Mist #A49F97

Tints of Mountain Mist #A49F97

Color information

#A49F97 (or 0xA49F97) is unknown color: approx Mountain Mist. HEX triplet: A4, 9F and 97. RGB value is (164,159,151). Sum of RGB (Red+Green+Blue) = 164+159+151=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F97 is #5B6068. Grayscale: #9F9F9F. Windows color (decimal): -5988457 or 9936804. OLE color: 9936804.

HSL color Cylindrical-coordinate representation of color #A49F97: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A49F97 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB164159151-
CMYK00.030.080.36
HSL36.92º6.67%61.76%-
HSV(B)36.92º7.93%64.31%-
XYZ33.2934.9234.26-
YUV159.58123.16131.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=34.60%
G=33.54%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415915100.030.080.3636.926.6761.76
HexA49F97038242573e
Octal24423722703104445776
Binary1010010010011111100101110111000100100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F97; }

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

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

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

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

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

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

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

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