#A39F93

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

Shades of Mountain Mist #A39F93

Tints of Mountain Mist #A39F93

Color information

#A39F93 (or 0xA39F93) is unknown color: approx Mountain Mist. HEX triplet: A3, 9F and 93. RGB value is (163,159,147). Sum of RGB (Red+Green+Blue) = 163+159+147=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39F93 is #5C606C. Grayscale: #9E9E9E. Windows color (decimal): -6053997 or 9674659. OLE color: 9674659.

HSL color Cylindrical-coordinate representation of color #A39F93: hue angle of 45º 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 #A39F93 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163159147-
CMYK00.020.100.36
HSL45º8%60.78%-
HSV(B)45º9.82%63.92%-
XYZ32.7734.6932.57-
YUV158.83121.33130.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=34.75%
G=33.90%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315914700.020.100.3645860.78
HexA39F9302A242d83d
Octal243237223021244551075
Binary10100011100111111001001101010101001001011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39F93; }

 p { color: rgb(163,159,147); }

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

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

 a { background-color: rgb(163,159,147); }

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

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

 span { border-color: rgb(163,159,147); }

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