#A49F96

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

Shades of Mountain Mist #A49F96

Tints of Mountain Mist #A49F96

Color information

#A49F96 (or 0xA49F96) is unknown color: approx Mountain Mist. HEX triplet: A4, 9F and 96. RGB value is (164,159,150). Sum of RGB (Red+Green+Blue) = 164+159+150=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F96 is #5B6069. Grayscale: #9F9F9F. Windows color (decimal): -5988458 or 9871268. OLE color: 9871268.

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

Color convert

RGB164159150-
CMYK00.030.090.36
HSL38.57º7.14%61.57%-
HSV(B)38.57º8.54%64.31%-
XYZ33.2134.8933.84-
YUV159.47122.66131.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 159 (62.5% from 255) = 33.62%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=34.67%
G=33.62%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415915000.030.090.3638.577.1461.57
HexA49F96039242773e
Octal24423722603114447776
Binary1010010010011111100101100111001100100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F96; }

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

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

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

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

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

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

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

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