#A59F94

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

Shades of Mountain Mist #A59F94

Tints of Mountain Mist #A59F94

Color information

#A59F94 (or 0xA59F94) is unknown color: approx Mountain Mist. HEX triplet: A5, 9F and 94. RGB value is (165,159,148). Sum of RGB (Red+Green+Blue) = 165+159+148=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F94 is #5A606B. Grayscale: #9F9F9F. Windows color (decimal): -5922924 or 9740197. OLE color: 9740197.

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

Color convert

RGB165159148-
CMYK00.040.100.35
HSL38.82º8.63%61.37%-
HSV(B)38.82º10.3%64.71%-
XYZ33.2634.9333.01-
YUV159.54121.49131.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=34.96%
G=33.69%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515914800.040.100.3538.828.6361.37
HexA59F9404A232793d
Octal245237224041243471175
Binary101001011001111110010100010010101000111001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59F94; }

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

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

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

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

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

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

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

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