#A7A299

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

Shades of Mountain Mist #A7A299

Tints of Mountain Mist #A7A299

Color information

#A7A299 (or 0xA7A299) is unknown color: approx Mountain Mist. HEX triplet: A7, A2 and 99. RGB value is (167,162,153). Sum of RGB (Red+Green+Blue) = 167+162+153=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A299 is #585D66. Grayscale: #A2A2A2. Windows color (decimal): -5791079 or 10068647. OLE color: 10068647.

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

Color convert

RGB167162153-
CMYK00.030.080.35
HSL38.57º7.37%62.75%-
HSV(B)38.57º8.38%65.49%-
XYZ34.6136.3635.33-
YUV162.47122.66131.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=34.65%
G=33.61%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716215300.030.080.3538.577.3762.75
HexA7A299038232773f
Octal24724223103104347777
Binary1010011110100010100110010111000100011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A299; }

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

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

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

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

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

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

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

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