Shades of Mountain Mist #A8A59B
Tints of Mountain Mist #A8A59B
RGB
CMYK
RGB Variations
Color information
#A8A59B (or 0xA8A59B) is known color: Mountain Mist. HEX triplet: A8, A5 and 9B. RGB value is (168,165,155). Sum of RGB (Red+Green+Blue) = 168+165+155=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A59B is #575A64. Grayscale: #A4A4A4. Windows color (decimal): -5724773 or 10200488. OLE color: 10200488.
HSL color Cylindrical-coordinate representation of color #A8A59B: hue angle of 46.15º 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 #A8A59B is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 155 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.34 |
| HSL | 46.15º | 0.07% | 0.63% | - |
| HSV(B) | 46.15º | 0.08% | 0.66% | - |
| XYZ | 35.52 | 37.6 | 36.4 | - |
| YUV | 164.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 155 | 0 | 0.02 | 0.08 | 0.34 | 46.15 | 0.07 | 0.63 |
| Hex | A8 | A5 | 9B | 0 | 2 | 8 | 22 | 2E | 7 | 3F |
| Octal | 250 | 245 | 233 | 0 | 2 | 10 | 42 | 56 | 7 | 77 |
| Binary | 10101000 | 10100101 | 10011011 | 0 | 10 | 1000 | 100010 | 101110 | 111 | 111111 |
Color Harmonies of #A8A59B
Complementary color
Monochromatic Colors of #A8A59B
Black with #A8A59B
Text Example
Text Example
White with #A8A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A59B; }
p { color: rgb(168,165,155); }
H1.HeaderClassName
{
color: #A8A59B;
}
.AnyTagClassName
{
color: #A8A59B;
}
</style>
background-color css
<style>
a { background-color: #A8A59B; }
a { background-color: rgb(168,165,155); }
div.DivClassName
{
background-color: #A8A59B;
}
.BgClassName
{
background-color: #A8A59B;
}
</style>
border-color css
<style>
span { border-color: #A8A59B; }
span { border-color: rgb(168,165,155); }
td.TdClassName
{
border-color: #A8A59B;
}
.TagClassName
{
border-color: #A8A59B;
}
</style>