Shades of Thatch #A99995
Tints of Thatch #A99995
RGB
CMYK
RGB Variations
Color information
#A99995 (or 0xA99995) is known color: Thatch. HEX triplet: A9, 99 and 95. RGB value is (169,153,149). Sum of RGB (Red+Green+Blue) = 169+153+149=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A99995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99995 is #56666A. Grayscale: #9D9D9D. Windows color (decimal): -5662315 or 9804201. OLE color: 9804201.
HSL color Cylindrical-coordinate representation of color #A99995: hue angle of 12º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99995 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 149 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.34 |
| HSL | 12º | 0.1% | 0.62% | - |
| HSV(B) | 12º | 0.12% | 0.66% | - |
| XYZ | 33.18 | 33.39 | 33.13 | - |
| YUV | 157.33 | 123.3 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 149 | 0 | 0.09 | 0.12 | 0.34 | 12 | 0.1 | 0.62 |
| Hex | A9 | 99 | 95 | 0 | 9 | C | 22 | C | A | 3E |
| Octal | 251 | 231 | 225 | 0 | 11 | 14 | 42 | 14 | 12 | 76 |
| Binary | 10101001 | 10011001 | 10010101 | 0 | 1001 | 1100 | 100010 | 1100 | 1010 | 111110 |
Color Harmonies of #A99995
Complementary color
Monochromatic Colors of #A99995
Black with #A99995
Text Example
Text Example
White with #A99995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99995; }
p { color: rgb(169,153,149); }
H1.HeaderClassName
{
color: #A99995;
}
.AnyTagClassName
{
color: #A99995;
}
</style>
background-color css
<style>
a { background-color: #A99995; }
a { background-color: rgb(169,153,149); }
div.DivClassName
{
background-color: #A99995;
}
.BgClassName
{
background-color: #A99995;
}
</style>
border-color css
<style>
span { border-color: #A99995; }
span { border-color: rgb(169,153,149); }
td.TdClassName
{
border-color: #A99995;
}
.TagClassName
{
border-color: #A99995;
}
</style>