Shades of Mountain Mist #A3A19B
Tints of Mountain Mist #A3A19B
RGB
CMYK
RGB Variations
Color information
#A3A19B (or 0xA3A19B) is known color: Mountain Mist. HEX triplet: A3, A1 and 9B. RGB value is (163,161,155). Sum of RGB (Red+Green+Blue) = 163+161+155=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A19B is #5C5E64. Grayscale: #A0A0A0. Windows color (decimal): -6053477 or 10199459. OLE color: 10199459.
HSL color Cylindrical-coordinate representation of color #A3A19B: hue angle of 45º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A3A19B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 155 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.36 |
| HSL | 45º | 0.04% | 0.62% | - |
| HSV(B) | 45º | 0.05% | 0.64% | - |
| XYZ | 33.77 | 35.64 | 36.11 | - |
| YUV | 160.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 155 | 0 | 0.01 | 0.05 | 0.36 | 45 | 0.04 | 0.62 |
| Hex | A3 | A1 | 9B | 0 | 1 | 5 | 24 | 2D | 4 | 3E |
| Octal | 243 | 241 | 233 | 0 | 1 | 5 | 44 | 55 | 4 | 76 |
| Binary | 10100011 | 10100001 | 10011011 | 0 | 1 | 101 | 100100 | 101101 | 100 | 111110 |
Color Harmonies of #A3A19B
Complementary color
Monochromatic Colors of #A3A19B
Black with #A3A19B
Text Example
Text Example
White with #A3A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A19B; }
p { color: rgb(163,161,155); }
H1.HeaderClassName
{
color: #A3A19B;
}
.AnyTagClassName
{
color: #A3A19B;
}
</style>
background-color css
<style>
a { background-color: #A3A19B; }
a { background-color: rgb(163,161,155); }
div.DivClassName
{
background-color: #A3A19B;
}
.BgClassName
{
background-color: #A3A19B;
}
</style>
border-color css
<style>
span { border-color: #A3A19B; }
span { border-color: rgb(163,161,155); }
td.TdClassName
{
border-color: #A3A19B;
}
.TagClassName
{
border-color: #A3A19B;
}
</style>