#A59F96

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

Shades of Mountain Mist #A59F96

Tints of Mountain Mist #A59F96

Color information

#A59F96 (or 0xA59F96) is unknown color: approx Mountain Mist. HEX triplet: A5, 9F and 96. RGB value is (165,159,150). Sum of RGB (Red+Green+Blue) = 165+159+150=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F96 is #5A6069. Grayscale: #9F9F9F. Windows color (decimal): -5922922 or 9871269. OLE color: 9871269.

HSL color Cylindrical-coordinate representation of color #A59F96: hue angle of 36º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59F96 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB165159150-
CMYK00.040.090.35
HSL36º7.69%61.76%-
HSV(B)36º9.09%64.71%-
XYZ33.423533.85-
YUV159.77122.49131.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=34.81%
G=33.54%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515915000.040.090.35367.6961.76
HexA59F96049232483e
Octal245237226041143441076
Binary101001011001111110010110010010011000111001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F96; }

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

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

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

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

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

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

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

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