Shades of Thatch #A18B88
Tints of Thatch #A18B88
RGB
CMYK
RGB Variations
Color information
#A18B88 (or 0xA18B88) is known color: Thatch. HEX triplet: A1, 8B and 88. RGB value is (161,139,136). Sum of RGB (Red+Green+Blue) = 161+139+136=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B88 is #5E7477. Grayscale: #919191. Windows color (decimal): -6190200 or 8948641. OLE color: 8948641.
HSL color Cylindrical-coordinate representation of color #A18B88: hue angle of 7.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18B88 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 136 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.37 |
| HSL | 7.2º | 0.12% | 0.58% | - |
| HSV(B) | 7.2º | 0.16% | 0.63% | - |
| XYZ | 28.37 | 27.82 | 27.17 | - |
| YUV | 145.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 136 | 0 | 0.14 | 0.16 | 0.37 | 7.2 | 0.12 | 0.58 |
| Hex | A1 | 8B | 88 | 0 | E | 10 | 25 | 7 | C | 3A |
| Octal | 241 | 213 | 210 | 0 | 16 | 20 | 45 | 7 | 14 | 72 |
| Binary | 10100001 | 10001011 | 10001000 | 0 | 1110 | 10000 | 100101 | 111 | 1100 | 111010 |
Color Harmonies of #A18B88
Complementary color
Monochromatic Colors of #A18B88
Black with #A18B88
Text Example
Text Example
White with #A18B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B88; }
p { color: rgb(161,139,136); }
H1.HeaderClassName
{
color: #A18B88;
}
.AnyTagClassName
{
color: #A18B88;
}
</style>
background-color css
<style>
a { background-color: #A18B88; }
a { background-color: rgb(161,139,136); }
div.DivClassName
{
background-color: #A18B88;
}
.BgClassName
{
background-color: #A18B88;
}
</style>
border-color css
<style>
span { border-color: #A18B88; }
span { border-color: rgb(161,139,136); }
td.TdClassName
{
border-color: #A18B88;
}
.TagClassName
{
border-color: #A18B88;
}
</style>