Shades of Thatch #A18B87
Tints of Thatch #A18B87
RGB
CMYK
RGB Variations
Color information
#A18B87 (or 0xA18B87) is known color: Thatch. HEX triplet: A1, 8B and 87. RGB value is (161,139,135). Sum of RGB (Red+Green+Blue) = 161+139+135=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18B87 is #5E7478. Grayscale: #919191. Windows color (decimal): -6190201 or 8883105. OLE color: 8883105.
HSL color Cylindrical-coordinate representation of color #A18B87: hue angle of 9.23º 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 #A18B87 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 135 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.37 |
| HSL | 9.23º | 0.12% | 0.58% | - |
| HSV(B) | 9.23º | 0.16% | 0.63% | - |
| XYZ | 28.3 | 27.79 | 26.79 | - |
| YUV | 145.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 135 | 0 | 0.14 | 0.16 | 0.37 | 9.23 | 0.12 | 0.58 |
| Hex | A1 | 8B | 87 | 0 | E | 10 | 25 | 9 | C | 3A |
| Octal | 241 | 213 | 207 | 0 | 16 | 20 | 45 | 11 | 14 | 72 |
| Binary | 10100001 | 10001011 | 10000111 | 0 | 1110 | 10000 | 100101 | 1001 | 1100 | 111010 |
Color Harmonies of #A18B87
Complementary color
Monochromatic Colors of #A18B87
Black with #A18B87
Text Example
Text Example
White with #A18B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B87; }
p { color: rgb(161,139,135); }
H1.HeaderClassName
{
color: #A18B87;
}
.AnyTagClassName
{
color: #A18B87;
}
</style>
background-color css
<style>
a { background-color: #A18B87; }
a { background-color: rgb(161,139,135); }
div.DivClassName
{
background-color: #A18B87;
}
.BgClassName
{
background-color: #A18B87;
}
</style>
border-color css
<style>
span { border-color: #A18B87; }
span { border-color: rgb(161,139,135); }
td.TdClassName
{
border-color: #A18B87;
}
.TagClassName
{
border-color: #A18B87;
}
</style>