Shades of Thatch #A19693
Tints of Thatch #A19693
RGB
CMYK
RGB Variations
Color information
#A19693 (or 0xA19693) is known color: Thatch. HEX triplet: A1, 96 and 93. RGB value is (161,150,147). Sum of RGB (Red+Green+Blue) = 161+150+147=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19693 is #5E696C. Grayscale: #989898. Windows color (decimal): -6187373 or 9672353. OLE color: 9672353.
HSL color Cylindrical-coordinate representation of color #A19693: hue angle of 12.86º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19693 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 147 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.37 |
| HSL | 12.86º | 0.07% | 0.6% | - |
| HSV(B) | 12.86º | 0.09% | 0.63% | - |
| XYZ | 30.87 | 31.5 | 32.06 | - |
| YUV | 152.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 147 | 0 | 0.07 | 0.09 | 0.37 | 12.86 | 0.07 | 0.6 |
| Hex | A1 | 96 | 93 | 0 | 7 | 9 | 25 | D | 7 | 3C |
| Octal | 241 | 226 | 223 | 0 | 7 | 11 | 45 | 15 | 7 | 74 |
| Binary | 10100001 | 10010110 | 10010011 | 0 | 111 | 1001 | 100101 | 1101 | 111 | 111100 |
Color Harmonies of #A19693
Complementary color
Monochromatic Colors of #A19693
Black with #A19693
Text Example
Text Example
White with #A19693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19693; }
p { color: rgb(161,150,147); }
H1.HeaderClassName
{
color: #A19693;
}
.AnyTagClassName
{
color: #A19693;
}
</style>
background-color css
<style>
a { background-color: #A19693; }
a { background-color: rgb(161,150,147); }
div.DivClassName
{
background-color: #A19693;
}
.BgClassName
{
background-color: #A19693;
}
</style>
border-color css
<style>
span { border-color: #A19693; }
span { border-color: rgb(161,150,147); }
td.TdClassName
{
border-color: #A19693;
}
.TagClassName
{
border-color: #A19693;
}
</style>