Html Css Color HEX #A59F97 Mountain Mist

📋 copy color: '#A59F97'

red 165 ◦ green 159 ◦ blue 151

#A59F97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #A59F97

Tints of Mountain Mist #A59F97

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 value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A59F97 (or 0xA59F97) is known color: 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

RGB 165 159 151 -
CMYK 0 0.04 0.08 0.35
HSL 34.29º 0.07% 0.62% -
HSV(B) 34.29º 0.08% 0.65% -
XYZ 33.5 35.03 34.27 -
YUV 159.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 165 159 151 0 0.04 0.08 0.35 34.29 0.07 0.62
Hex A5 9F 97 0 4 8 23 22 7 3E
Octal 245 237 227 0 4 10 43 42 7 76
Binary 10100101 10011111 10010111 0 100 1000 100011 100010 111 111110

Color Harmonies of #A59F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F97

Black with #A59F97

Text Example


Text Example

White with #A59F97

Text Example


Text Example

HTML Codes & Css Web 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>