Shades of Thatch #A18D8C
Tints of Thatch #A18D8C
RGB
CMYK
RGB Variations
Color information
#A18D8C (or 0xA18D8C) is known color: Thatch. HEX triplet: A1, 8D and 8C. RGB value is (161,141,140). Sum of RGB (Red+Green+Blue) = 161+141+140=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18D8C is #5E7273. Grayscale: #929292. Windows color (decimal): -6189684 or 9211297. OLE color: 9211297.
HSL color Cylindrical-coordinate representation of color #A18D8C: hue angle of 2.86º 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 #A18D8C is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 140 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.37 |
| HSL | 2.86º | 0.1% | 0.59% | - |
| HSV(B) | 2.86º | 0.13% | 0.63% | - |
| XYZ | 28.96 | 28.52 | 28.79 | - |
| YUV | 146.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 140 | 0 | 0.12 | 0.13 | 0.37 | 2.86 | 0.1 | 0.59 |
| Hex | A1 | 8D | 8C | 0 | C | D | 25 | 3 | A | 3B |
| Octal | 241 | 215 | 214 | 0 | 14 | 15 | 45 | 3 | 12 | 73 |
| Binary | 10100001 | 10001101 | 10001100 | 0 | 1100 | 1101 | 100101 | 11 | 1010 | 111011 |
Color Harmonies of #A18D8C
Complementary color
Monochromatic Colors of #A18D8C
Black with #A18D8C
Text Example
Text Example
White with #A18D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D8C; }
p { color: rgb(161,141,140); }
H1.HeaderClassName
{
color: #A18D8C;
}
.AnyTagClassName
{
color: #A18D8C;
}
</style>
background-color css
<style>
a { background-color: #A18D8C; }
a { background-color: rgb(161,141,140); }
div.DivClassName
{
background-color: #A18D8C;
}
.BgClassName
{
background-color: #A18D8C;
}
</style>
border-color css
<style>
span { border-color: #A18D8C; }
span { border-color: rgb(161,141,140); }
td.TdClassName
{
border-color: #A18D8C;
}
.TagClassName
{
border-color: #A18D8C;
}
</style>