Shades of Mountain Mist #A3A19A
Tints of Mountain Mist #A3A19A
RGB
CMYK
RGB Variations
Color information
#A3A19A (or 0xA3A19A) is known color: Mountain Mist. HEX triplet: A3, A1 and 9A. RGB value is (163,161,154). Sum of RGB (Red+Green+Blue) = 163+161+154=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A19A is #5C5E65. Grayscale: #A0A0A0. Windows color (decimal): -6053478 or 10133923. OLE color: 10133923.
HSL color Cylindrical-coordinate representation of color #A3A19A: hue angle of 46.67º 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 #A3A19A is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 154 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.36 |
| HSL | 46.67º | 0.05% | 0.62% | - |
| HSV(B) | 46.67º | 0.06% | 0.64% | - |
| XYZ | 33.68 | 35.61 | 35.67 | - |
| YUV | 160.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 154 | 0 | 0.01 | 0.06 | 0.36 | 46.67 | 0.05 | 0.62 |
| Hex | A3 | A1 | 9A | 0 | 1 | 6 | 24 | 2F | 5 | 3E |
| Octal | 243 | 241 | 232 | 0 | 1 | 6 | 44 | 57 | 5 | 76 |
| Binary | 10100011 | 10100001 | 10011010 | 0 | 1 | 110 | 100100 | 101111 | 101 | 111110 |
Color Harmonies of #A3A19A
Complementary color
Monochromatic Colors of #A3A19A
Black with #A3A19A
Text Example
Text Example
White with #A3A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A19A; }
p { color: rgb(163,161,154); }
H1.HeaderClassName
{
color: #A3A19A;
}
.AnyTagClassName
{
color: #A3A19A;
}
</style>
background-color css
<style>
a { background-color: #A3A19A; }
a { background-color: rgb(163,161,154); }
div.DivClassName
{
background-color: #A3A19A;
}
.BgClassName
{
background-color: #A3A19A;
}
</style>
border-color css
<style>
span { border-color: #A3A19A; }
span { border-color: rgb(163,161,154); }
td.TdClassName
{
border-color: #A3A19A;
}
.TagClassName
{
border-color: #A3A19A;
}
</style>