#A49F94

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

Shades of Mountain Mist #A49F94

Tints of Mountain Mist #A49F94

Color information

#A49F94 (or 0xA49F94) is unknown color: approx Mountain Mist. HEX triplet: A4, 9F and 94. RGB value is (164,159,148). Sum of RGB (Red+Green+Blue) = 164+159+148=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F94 is #5B606B. Grayscale: #9F9F9F. Windows color (decimal): -5988460 or 9740196. OLE color: 9740196.

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

Color convert

RGB164159148-
CMYK00.030.100.36
HSL41.25º8.08%61.18%-
HSV(B)41.25º9.76%64.31%-
XYZ33.0534.8333-
YUV159.24121.66131.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=34.82%
G=33.76%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415914800.030.100.3641.258.0861.18
HexA49F9403A242983d
Octal244237224031244511075
Binary10100100100111111001010001110101001001010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49F94; }

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

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

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

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

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

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

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

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