Shades of Thatch #A1918C
Tints of Thatch #A1918C
RGB
CMYK
RGB Variations
Color information
#A1918C (or 0xA1918C) is known color: Thatch. HEX triplet: A1, 91 and 8C. RGB value is (161,145,140). Sum of RGB (Red+Green+Blue) = 161+145+140=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A1918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1918C is #5E6E73. Grayscale: #959595. Windows color (decimal): -6188660 or 9212321. OLE color: 9212321.
HSL color Cylindrical-coordinate representation of color #A1918C: hue angle of 14.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1918C is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 140 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.37 |
| HSL | 14.29º | 0.1% | 0.59% | - |
| HSV(B) | 14.29º | 0.13% | 0.63% | - |
| XYZ | 29.56 | 29.72 | 28.99 | - |
| YUV | 149.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 140 | 0 | 0.10 | 0.13 | 0.37 | 14.29 | 0.1 | 0.59 |
| Hex | A1 | 91 | 8C | 0 | A | D | 25 | E | A | 3B |
| Octal | 241 | 221 | 214 | 0 | 12 | 15 | 45 | 16 | 12 | 73 |
| Binary | 10100001 | 10010001 | 10001100 | 0 | 1010 | 1101 | 100101 | 1110 | 1010 | 111011 |
Color Harmonies of #A1918C
Complementary color
Monochromatic Colors of #A1918C
Black with #A1918C
Text Example
Text Example
White with #A1918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1918C; }
p { color: rgb(161,145,140); }
H1.HeaderClassName
{
color: #A1918C;
}
.AnyTagClassName
{
color: #A1918C;
}
</style>
background-color css
<style>
a { background-color: #A1918C; }
a { background-color: rgb(161,145,140); }
div.DivClassName
{
background-color: #A1918C;
}
.BgClassName
{
background-color: #A1918C;
}
</style>
border-color css
<style>
span { border-color: #A1918C; }
span { border-color: rgb(161,145,140); }
td.TdClassName
{
border-color: #A1918C;
}
.TagClassName
{
border-color: #A1918C;
}
</style>