#A5A39E

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

Shades of Mountain Mist #A5A39E

Tints of Mountain Mist #A5A39E

Color information

#A5A39E (or 0xA5A39E) is unknown color: approx Mountain Mist. HEX triplet: A5, A3 and 9E. RGB value is (165,163,158). Sum of RGB (Red+Green+Blue) = 165+163+158=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A39E is #5A5C61. Grayscale: #A3A3A3. Windows color (decimal): -5921890 or 10396581. OLE color: 10396581.

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

Color convert

RGB165163158-
CMYK00.010.040.35
HSL42.86º3.74%63.33%-
HSV(B)42.86º4.24%64.71%-
XYZ34.7936.6637.59-
YUV163.03125.16129.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=33.95%
G=33.54%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516315800.010.040.3542.863.7463.33
HexA5A39E014232b43f
Octal2452432360144353477
Binary10100101101000111001111001100100011101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A39E; }

 p { color: rgb(165,163,158); }

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

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

 a { background-color: rgb(165,163,158); }

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

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

 span { border-color: rgb(165,163,158); }

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