#A59F97

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

Shades of Mountain Mist #A59F97

Tints of Mountain Mist #A59F97

Color information

#A59F97 (or 0xA59F97) is unknown color: approx Mountain Mist. HEX triplet: A5, 9F and 97. RGB value is (165,159,151). Sum of RGB (Red+Green+Blue) = 165+159+151=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F97 is #5A6068. Grayscale: #9F9F9F. Windows color (decimal): -5922921 or 9936805. OLE color: 9936805.

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

Color convert

RGB165159151-
CMYK00.040.080.35
HSL34.29º7.22%61.96%-
HSV(B)34.29º8.48%64.71%-
XYZ33.535.0334.27-
YUV159.88122.99131.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=34.74%
G=33.47%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515915100.040.080.3534.297.2261.96
HexA59F97048232273e
Octal24523722704104342776
Binary10100101100111111001011101001000100011100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F97; }

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

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

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

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

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

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

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

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