Shades of Thatch #A19997
Tints of Thatch #A19997
RGB
CMYK
RGB Variations
Color information
#A19997 (or 0xA19997) is known color: Thatch. HEX triplet: A1, 99 and 97. RGB value is (161,153,151). Sum of RGB (Red+Green+Blue) = 161+153+151=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 161 - color contains mainly: red. Hex color #A19997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19997 is #5E6668. Grayscale: #9B9B9B. Windows color (decimal): -6186601 or 9935265. OLE color: 9935265.
HSL color Cylindrical-coordinate representation of color #A19997: hue angle of 12º 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 #A19997 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 151 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.37 |
| HSL | 12º | 0.05% | 0.61% | - |
| HSV(B) | 12º | 0.06% | 0.63% | - |
| XYZ | 31.68 | 32.59 | 33.9 | - |
| YUV | 155.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 151 | 0 | 0.05 | 0.06 | 0.37 | 12 | 0.05 | 0.61 |
| Hex | A1 | 99 | 97 | 0 | 5 | 6 | 25 | C | 5 | 3D |
| Octal | 241 | 231 | 227 | 0 | 5 | 6 | 45 | 14 | 5 | 75 |
| Binary | 10100001 | 10011001 | 10010111 | 0 | 101 | 110 | 100101 | 1100 | 101 | 111101 |
Color Harmonies of #A19997
Complementary color
Monochromatic Colors of #A19997
Black with #A19997
Text Example
Text Example
White with #A19997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19997; }
p { color: rgb(161,153,151); }
H1.HeaderClassName
{
color: #A19997;
}
.AnyTagClassName
{
color: #A19997;
}
</style>
background-color css
<style>
a { background-color: #A19997; }
a { background-color: rgb(161,153,151); }
div.DivClassName
{
background-color: #A19997;
}
.BgClassName
{
background-color: #A19997;
}
</style>
border-color css
<style>
span { border-color: #A19997; }
span { border-color: rgb(161,153,151); }
td.TdClassName
{
border-color: #A19997;
}
.TagClassName
{
border-color: #A19997;
}
</style>