#A4A39F

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

Shades of Mountain Mist #A4A39F

Tints of Mountain Mist #A4A39F

Color information

#A4A39F (or 0xA4A39F) is unknown color: approx Mountain Mist. HEX triplet: A4, A3 and 9F. RGB value is (164,163,159). Sum of RGB (Red+Green+Blue) = 164+163+159=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A39F is #5B5C60. Grayscale: #A2A2A2. Windows color (decimal): -5987425 or 10462116. OLE color: 10462116.

HSL color Cylindrical-coordinate representation of color #A4A39F: hue angle of 48º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A4A39F is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164163159-
CMYK00.010.030.36
HSL48º2.67%63.33%-
HSV(B)48º3.05%64.31%-
XYZ34.6736.5938.04-
YUV162.84125.83128.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=33.74%
G=33.54%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416315900.010.030.36482.6763.33
HexA4A39F013243033f
Octal2442432370134460377
Binary101001001010001110011111011110010011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A39F; }

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

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

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

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

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

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

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

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