#A4A096

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

Shades of Mountain Mist #A4A096

Tints of Mountain Mist #A4A096

Color information

#A4A096 (or 0xA4A096) is unknown color: approx Mountain Mist. HEX triplet: A4, A0 and 96. RGB value is (164,160,150). Sum of RGB (Red+Green+Blue) = 164+160+150=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A096 is #5B5F69. Grayscale: #A0A0A0. Windows color (decimal): -5988202 or 9871524. OLE color: 9871524.

HSL color Cylindrical-coordinate representation of color #A4A096: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A096 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164160150-
CMYK00.020.090.36
HSL42.86º7.14%61.57%-
HSV(B)42.86º8.54%64.31%-
XYZ33.3935.2433.9-
YUV160.06122.33130.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 160 (62.89% from 255) = 33.76%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=34.60%
G=33.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416015000.020.090.3642.867.1461.57
HexA4A096029242b73e
Octal24424022602114453776
Binary1010010010100000100101100101001100100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A096; }

 p { color: rgb(164,160,150); }

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

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

 a { background-color: rgb(164,160,150); }

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

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

 span { border-color: rgb(164,160,150); }

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