Shades of Mantle #99A595
Tints of Mantle #99A595
RGB
CMYK
RGB Variations
Color information
#99A595 (or 0x99A595) is known color: Mantle. HEX triplet: 99, A5 and 95. RGB value is (153,165,149). Sum of RGB (Red+Green+Blue) = 153+165+149=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #99A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A595 is #665A6A. Grayscale: #9F9F9F. Windows color (decimal): -6707819 or 9807257. OLE color: 9807257.
HSL color Cylindrical-coordinate representation of color #99A595: hue angle of 105º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99A595 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 149 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.35 |
| HSL | 105º | 0.08% | 0.62% | - |
| HSV(B) | 105º | 0.1% | 0.65% | - |
| XYZ | 32.02 | 35.85 | 33.67 | - |
| YUV | 159.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 149 | 0.07 | 0 | 0.10 | 0.35 | 105 | 0.08 | 0.62 |
| Hex | 99 | A5 | 95 | 7 | 0 | A | 23 | 69 | 8 | 3E |
| Octal | 231 | 245 | 225 | 7 | 0 | 12 | 43 | 151 | 10 | 76 |
| Binary | 10011001 | 10100101 | 10010101 | 111 | 0 | 1010 | 100011 | 1101001 | 1000 | 111110 |
Color Harmonies of #99A595
Complementary color
Monochromatic Colors of #99A595
Black with #99A595
Text Example
Text Example
White with #99A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A595; }
p { color: rgb(153,165,149); }
H1.HeaderClassName
{
color: #99A595;
}
.AnyTagClassName
{
color: #99A595;
}
</style>
background-color css
<style>
a { background-color: #99A595; }
a { background-color: rgb(153,165,149); }
div.DivClassName
{
background-color: #99A595;
}
.BgClassName
{
background-color: #99A595;
}
</style>
border-color css
<style>
span { border-color: #99A595; }
span { border-color: rgb(153,165,149); }
td.TdClassName
{
border-color: #99A595;
}
.TagClassName
{
border-color: #99A595;
}
</style>