Shades of Thatch #A1908C
Tints of Thatch #A1908C
RGB
CMYK
RGB Variations
Color information
#A1908C (or 0xA1908C) is known color: Thatch. HEX triplet: A1, 90 and 8C. RGB value is (161,144,140). Sum of RGB (Red+Green+Blue) = 161+144+140=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A1908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1908C is #5E6F73. Grayscale: #949494. Windows color (decimal): -6188916 or 9212065. OLE color: 9212065.
HSL color Cylindrical-coordinate representation of color #A1908C: hue angle of 11.43º 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 #A1908C is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 140 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.37 |
| HSL | 11.43º | 0.1% | 0.59% | - |
| HSV(B) | 11.43º | 0.13% | 0.63% | - |
| XYZ | 29.4 | 29.42 | 28.94 | - |
| YUV | 148.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 140 | 0 | 0.11 | 0.13 | 0.37 | 11.43 | 0.1 | 0.59 |
| Hex | A1 | 90 | 8C | 0 | B | D | 25 | B | A | 3B |
| Octal | 241 | 220 | 214 | 0 | 13 | 15 | 45 | 13 | 12 | 73 |
| Binary | 10100001 | 10010000 | 10001100 | 0 | 1011 | 1101 | 100101 | 1011 | 1010 | 111011 |
Color Harmonies of #A1908C
Complementary color
Monochromatic Colors of #A1908C
Black with #A1908C
Text Example
Text Example
White with #A1908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1908C; }
p { color: rgb(161,144,140); }
H1.HeaderClassName
{
color: #A1908C;
}
.AnyTagClassName
{
color: #A1908C;
}
</style>
background-color css
<style>
a { background-color: #A1908C; }
a { background-color: rgb(161,144,140); }
div.DivClassName
{
background-color: #A1908C;
}
.BgClassName
{
background-color: #A1908C;
}
</style>
border-color css
<style>
span { border-color: #A1908C; }
span { border-color: rgb(161,144,140); }
td.TdClassName
{
border-color: #A1908C;
}
.TagClassName
{
border-color: #A1908C;
}
</style>