#A3A199

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

Shades of Mountain Mist #A3A199

Tints of Mountain Mist #A3A199

Color information

#A3A199 (or 0xA3A199) is unknown color: approx Mountain Mist. HEX triplet: A3, A1 and 99. RGB value is (163,161,153). Sum of RGB (Red+Green+Blue) = 163+161+153=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A199 is #5C5E66. Grayscale: #A0A0A0. Windows color (decimal): -6053479 or 10068387. OLE color: 10068387.

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

Color convert

RGB163161153-
CMYK00.010.060.36
HSL48º5.15%61.96%-
HSV(B)48º6.13%63.92%-
XYZ33.635.5835.23-
YUV160.69123.66129.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=34.17%
G=33.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316115300.010.060.36485.1561.96
HexA3A199016243053e
Octal2432412310164460576
Binary10100011101000011001100101110100100110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A199; }

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

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

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

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

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

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

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

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