#A8A399

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

Shades of Mountain Mist #A8A399

Tints of Mountain Mist #A8A399

Color information

#A8A399 (or 0xA8A399) is unknown color: approx Mountain Mist. HEX triplet: A8, A3 and 99. RGB value is (168,163,153). Sum of RGB (Red+Green+Blue) = 168+163+153=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A399 is #575C66. Grayscale: #A3A3A3. Windows color (decimal): -5725287 or 10068904. OLE color: 10068904.

HSL color Cylindrical-coordinate representation of color #A8A399: hue angle of 40º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A399 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168163153-
CMYK00.030.090.34
HSL40º7.94%62.94%-
HSV(B)40º8.93%65.88%-
XYZ3536.8235.4-
YUV163.36122.16131.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=34.71%
G=33.68%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816315300.030.090.34407.9462.94
HexA8A399039222883f
Octal250243231031142501077
Binary10101000101000111001100101110011000101010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A399; }

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

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

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

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

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

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

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

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