#A3A096

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

Shades of Mountain Mist #A3A096

Tints of Mountain Mist #A3A096

Color information

#A3A096 (or 0xA3A096) is unknown color: approx Mountain Mist. HEX triplet: A3, A0 and 96. RGB value is (163,160,150). Sum of RGB (Red+Green+Blue) = 163+160+150=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A096 is #5C5F69. Grayscale: #9F9F9F. Windows color (decimal): -6053738 or 9871523. OLE color: 9871523.

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

Color convert

RGB163160150-
CMYK00.020.080.36
HSL46.15º6.6%61.37%-
HSV(B)46.15º7.98%63.92%-
XYZ33.1835.1333.89-
YUV159.76122.49130.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=34.46%
G=33.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316015000.020.080.3646.156.661.37
HexA3A096028242e73d
Octal24324022602104456775
Binary1010001110100000100101100101000100100101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A096; }

 p { color: rgb(163,160,150); }

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

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

 a { background-color: rgb(163,160,150); }

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

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

 span { border-color: rgb(163,160,150); }

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