Shades of Mountain Mist #A8A49B
Tints of Mountain Mist #A8A49B
RGB
CMYK
RGB Variations
Color information
#A8A49B (or 0xA8A49B) is known color: Mountain Mist. HEX triplet: A8, A4 and 9B. RGB value is (168,164,155). Sum of RGB (Red+Green+Blue) = 168+164+155=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A49B is #575B64. Grayscale: #A4A4A4. Windows color (decimal): -5725029 or 10200232. OLE color: 10200232.
HSL color Cylindrical-coordinate representation of color #A8A49B: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A49B is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
RGB | 168 | 164 | 155 | - |
CMYK | 0 | 0.02 | 0.08 | 0.34 |
HSL | 41.54º | 0.07% | 0.63% | - |
HSV(B) | 41.54º | 0.08% | 0.66% | - |
XYZ | 35.34 | 37.24 | 36.34 | - |
YUV | 164.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 164 | 155 | 0 | 0.02 | 0.08 | 0.34 | 41.54 | 0.07 | 0.63 |
Hex | A8 | A4 | 9B | 0 | 2 | 8 | 22 | 2A | 7 | 3F |
Octal | 250 | 244 | 233 | 0 | 2 | 10 | 42 | 52 | 7 | 77 |
Binary | 10101000 | 10100100 | 10011011 | 0 | 10 | 1000 | 100010 | 101010 | 111 | 111111 |
Color Harmonies of #A8A49B
Complementary color
Monochromatic Colors of #A8A49B
Black with #A8A49B
Text Example
Text Example
White with #A8A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A49B; }
p { color: rgb(168,164,155); }
H1.HeaderClassName
{
color: #A8A49B;
}
.AnyTagClassName
{
color: #A8A49B;
}
</style>
background-color css
<style>
a { background-color: #A8A49B; }
a { background-color: rgb(168,164,155); }
div.DivClassName
{
background-color: #A8A49B;
}
.BgClassName
{
background-color: #A8A49B;
}
</style>
border-color css
<style>
span { border-color: #A8A49B; }
span { border-color: rgb(168,164,155); }
td.TdClassName
{
border-color: #A8A49B;
}
.TagClassName
{
border-color: #A8A49B;
}
</style>