#A7A499

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

Shades of Mountain Mist #A7A499

Tints of Mountain Mist #A7A499

Color information

#A7A499 (or 0xA7A499) is unknown color: approx Mountain Mist. HEX triplet: A7, A4 and 99. RGB value is (167,164,153). Sum of RGB (Red+Green+Blue) = 167+164+153=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A499 is #585B66. Grayscale: #A3A3A3. Windows color (decimal): -5790567 or 10069159. OLE color: 10069159.

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

Color convert

RGB167164153-
CMYK00.020.080.35
HSL47.14º7.37%62.75%-
HSV(B)47.14º8.38%65.49%-
XYZ34.9637.0735.45-
YUV163.64121.99130.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=34.50%
G=33.88%
B=31.61%

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
Decimal16716415300.020.080.3547.147.3762.75
HexA7A499028232f73f
Octal24724423102104357777
Binary1010011110100100100110010101000100011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A499; }

 p { color: rgb(167,164,153); }

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

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

 a { background-color: rgb(167,164,153); }

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

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

 span { border-color: rgb(167,164,153); }

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