Shades of Mantle #99A097
Tints of Mantle #99A097
RGB
CMYK
RGB Variations
Color information
#99A097 (or 0x99A097) is known color: Mantle. HEX triplet: 99, A0 and 97. RGB value is (153,160,151). Sum of RGB (Red+Green+Blue) = 153+160+151=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #99A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A097 is #665F68. Grayscale: #9C9C9C. Windows color (decimal): -6709097 or 9937049. OLE color: 9937049.
HSL color Cylindrical-coordinate representation of color #99A097: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A097 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 151 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.37 |
| HSL | 106.67º | 0.05% | 0.61% | - |
| HSV(B) | 106.67º | 0.06% | 0.63% | - |
| XYZ | 31.29 | 34.15 | 34.22 | - |
| YUV | 156.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 151 | 0.04 | 0 | 0.06 | 0.37 | 106.67 | 0.05 | 0.61 |
| Hex | 99 | A0 | 97 | 4 | 0 | 6 | 25 | 6B | 5 | 3D |
| Octal | 231 | 240 | 227 | 4 | 0 | 6 | 45 | 153 | 5 | 75 |
| Binary | 10011001 | 10100000 | 10010111 | 100 | 0 | 110 | 100101 | 1101011 | 101 | 111101 |
Color Harmonies of #99A097
Complementary color
Monochromatic Colors of #99A097
Black with #99A097
Text Example
Text Example
White with #99A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A097; }
p { color: rgb(153,160,151); }
H1.HeaderClassName
{
color: #99A097;
}
.AnyTagClassName
{
color: #99A097;
}
</style>
background-color css
<style>
a { background-color: #99A097; }
a { background-color: rgb(153,160,151); }
div.DivClassName
{
background-color: #99A097;
}
.BgClassName
{
background-color: #99A097;
}
</style>
border-color css
<style>
span { border-color: #99A097; }
span { border-color: rgb(153,160,151); }
td.TdClassName
{
border-color: #99A097;
}
.TagClassName
{
border-color: #99A097;
}
</style>