#A7A399

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

Shades of Mountain Mist #A7A399

Tints of Mountain Mist #A7A399

Color information

#A7A399 (or 0xA7A399) is unknown color: approx Mountain Mist. HEX triplet: A7, A3 and 99. RGB value is (167,163,153). Sum of RGB (Red+Green+Blue) = 167+163+153=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A399 is #585C66. Grayscale: #A3A3A3. Windows color (decimal): -5790823 or 10068903. OLE color: 10068903.

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

Color convert

RGB167163153-
CMYK00.020.080.35
HSL42.86º7.37%62.75%-
HSV(B)42.86º8.38%65.49%-
XYZ34.7836.7135.39-
YUV163.06122.33130.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 153 (60.16% from 255) = 31.68%
R=34.58%
G=33.75%
B=31.68%

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
Decimal16716315300.020.080.3542.867.3762.75
HexA7A399028232b73f
Octal24724323102104353777
Binary1010011110100011100110010101000100011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A399; }

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

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

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

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

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

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

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

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