Shades of Thatch #A19794
Tints of Thatch #A19794
RGB
CMYK
RGB Variations
Color information
#A19794 (or 0xA19794) is known color: Thatch. HEX triplet: A1, 97 and 94. RGB value is (161,151,148). Sum of RGB (Red+Green+Blue) = 161+151+148=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 161 - color contains mainly: red. Hex color #A19794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19794 is #5E686B. Grayscale: #999999. Windows color (decimal): -6187116 or 9738145. OLE color: 9738145.
HSL color Cylindrical-coordinate representation of color #A19794: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19794 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 148 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.37 |
| HSL | 13.85º | 0.06% | 0.61% | - |
| HSV(B) | 13.85º | 0.08% | 0.63% | - |
| XYZ | 31.11 | 31.85 | 32.52 | - |
| YUV | 153.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 148 | 0 | 0.06 | 0.08 | 0.37 | 13.85 | 0.06 | 0.61 |
| Hex | A1 | 97 | 94 | 0 | 6 | 8 | 25 | E | 6 | 3D |
| Octal | 241 | 227 | 224 | 0 | 6 | 10 | 45 | 16 | 6 | 75 |
| Binary | 10100001 | 10010111 | 10010100 | 0 | 110 | 1000 | 100101 | 1110 | 110 | 111101 |
Color Harmonies of #A19794
Complementary color
Monochromatic Colors of #A19794
Black with #A19794
Text Example
Text Example
White with #A19794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19794; }
p { color: rgb(161,151,148); }
H1.HeaderClassName
{
color: #A19794;
}
.AnyTagClassName
{
color: #A19794;
}
</style>
background-color css
<style>
a { background-color: #A19794; }
a { background-color: rgb(161,151,148); }
div.DivClassName
{
background-color: #A19794;
}
.BgClassName
{
background-color: #A19794;
}
</style>
border-color css
<style>
span { border-color: #A19794; }
span { border-color: rgb(161,151,148); }
td.TdClassName
{
border-color: #A19794;
}
.TagClassName
{
border-color: #A19794;
}
</style>