#A5A195

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

Shades of Mountain Mist #A5A195

Tints of Mountain Mist #A5A195

Color information

#A5A195 (or 0xA5A195) is unknown color: approx Mountain Mist. HEX triplet: A5, A1 and 95. RGB value is (165,161,149). Sum of RGB (Red+Green+Blue) = 165+161+149=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A195 is #5A5E6A. Grayscale: #A0A0A0. Windows color (decimal): -5922411 or 9806245. OLE color: 9806245.

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

Color convert

RGB165161149-
CMYK00.020.100.35
HSL45º8.16%61.57%-
HSV(B)45º9.7%64.71%-
XYZ33.6935.6633.54-
YUV160.83121.33130.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.74%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=34.74%
G=33.89%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516114900.020.100.35458.1661.57
HexA5A19502A232d83e
Octal245241225021243551076
Binary10100101101000011001010101010101000111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A195; }

 p { color: rgb(165,161,149); }

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

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

 a { background-color: rgb(165,161,149); }

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

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

 span { border-color: rgb(165,161,149); }

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