Shades of Thatch #A1918E
Tints of Thatch #A1918E
RGB
CMYK
RGB Variations
Color information
#A1918E (or 0xA1918E) is known color: Thatch. HEX triplet: A1, 91 and 8E. RGB value is (161,145,142). Sum of RGB (Red+Green+Blue) = 161+145+142=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A1918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1918E is #5E6E71. Grayscale: #959595. Windows color (decimal): -6188658 or 9343393. OLE color: 9343393.
HSL color Cylindrical-coordinate representation of color #A1918E: hue angle of 9.47º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1918E is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 142 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.37 |
| HSL | 9.47º | 0.09% | 0.59% | - |
| HSV(B) | 9.47º | 0.12% | 0.63% | - |
| XYZ | 29.71 | 29.78 | 29.77 | - |
| YUV | 149.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 142 | 0 | 0.10 | 0.12 | 0.37 | 9.47 | 0.09 | 0.59 |
| Hex | A1 | 91 | 8E | 0 | A | C | 25 | 9 | 9 | 3B |
| Octal | 241 | 221 | 216 | 0 | 12 | 14 | 45 | 11 | 11 | 73 |
| Binary | 10100001 | 10010001 | 10001110 | 0 | 1010 | 1100 | 100101 | 1001 | 1001 | 111011 |
Color Harmonies of #A1918E
Complementary color
Monochromatic Colors of #A1918E
Black with #A1918E
Text Example
Text Example
White with #A1918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1918E; }
p { color: rgb(161,145,142); }
H1.HeaderClassName
{
color: #A1918E;
}
.AnyTagClassName
{
color: #A1918E;
}
</style>
background-color css
<style>
a { background-color: #A1918E; }
a { background-color: rgb(161,145,142); }
div.DivClassName
{
background-color: #A1918E;
}
.BgClassName
{
background-color: #A1918E;
}
</style>
border-color css
<style>
span { border-color: #A1918E; }
span { border-color: rgb(161,145,142); }
td.TdClassName
{
border-color: #A1918E;
}
.TagClassName
{
border-color: #A1918E;
}
</style>