#A3A198

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

Shades of Mountain Mist #A3A198

Tints of Mountain Mist #A3A198

Color information

#A3A198 (or 0xA3A198) is unknown color: approx Mountain Mist. HEX triplet: A3, A1 and 98. RGB value is (163,161,152). Sum of RGB (Red+Green+Blue) = 163+161+152=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A198 is #5C5E67. Grayscale: #A0A0A0. Windows color (decimal): -6053480 or 10002851. OLE color: 10002851.

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

Color convert

RGB163161152-
CMYK00.010.070.36
HSL49.09º5.64%61.76%-
HSV(B)49.09º6.75%63.92%-
XYZ33.5235.5434.8-
YUV160.57123.16129.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=34.24%
G=33.82%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16316115200.010.070.3649.095.6461.76
HexA3A198017243163e
Octal2432412300174461676
Binary10100011101000011001100001111100100110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A198; }

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

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

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

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

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

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

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

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