#A5A297

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

Shades of Mountain Mist #A5A297

Tints of Mountain Mist #A5A297

Color information

#A5A297 (or 0xA5A297) is unknown color: approx Mountain Mist. HEX triplet: A5, A2 and 97. RGB value is (165,162,151). Sum of RGB (Red+Green+Blue) = 165+162+151=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A297 is #5A5D68. Grayscale: #A1A1A1. Windows color (decimal): -5922153 or 9937573. OLE color: 9937573.

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

Color convert

RGB165162151-
CMYK00.020.080.35
HSL47.14º7.22%61.96%-
HSV(B)47.14º8.48%64.71%-
XYZ34.0236.0734.45-
YUV161.64121.99130.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=34.52%
G=33.89%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16516215100.020.080.3547.147.2261.96
HexA5A297028232f73e
Octal24524222702104357776
Binary1010010110100010100101110101000100011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A297; }

 p { color: rgb(165,162,151); }

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

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

 a { background-color: rgb(165,162,151); }

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

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

 span { border-color: rgb(165,162,151); }

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