Shades of Thatch #A08B88
Tints of Thatch #A08B88
RGB
CMYK
RGB Variations
Color information
#A08B88 (or 0xA08B88) is known color: Thatch. HEX triplet: A0, 8B and 88. RGB value is (160,139,136). Sum of RGB (Red+Green+Blue) = 160+139+136=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08B88 is #5F7477. Grayscale: #909090. Windows color (decimal): -6255736 or 8948640. OLE color: 8948640.
HSL color Cylindrical-coordinate representation of color #A08B88: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A08B88 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 136 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.37 |
| HSL | 7.5º | 0.11% | 0.58% | - |
| HSV(B) | 7.5º | 0.15% | 0.63% | - |
| XYZ | 28.17 | 27.72 | 27.16 | - |
| YUV | 144.94 | 122.96 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 136 | 0 | 0.13 | 0.15 | 0.37 | 7.5 | 0.11 | 0.58 |
| Hex | A0 | 8B | 88 | 0 | D | F | 25 | 8 | B | 3A |
| Octal | 240 | 213 | 210 | 0 | 15 | 17 | 45 | 10 | 13 | 72 |
| Binary | 10100000 | 10001011 | 10001000 | 0 | 1101 | 1111 | 100101 | 1000 | 1011 | 111010 |
Color Harmonies of #A08B88
Complementary color
Monochromatic Colors of #A08B88
Black with #A08B88
Text Example
Text Example
White with #A08B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B88; }
p { color: rgb(160,139,136); }
H1.HeaderClassName
{
color: #A08B88;
}
.AnyTagClassName
{
color: #A08B88;
}
</style>
background-color css
<style>
a { background-color: #A08B88; }
a { background-color: rgb(160,139,136); }
div.DivClassName
{
background-color: #A08B88;
}
.BgClassName
{
background-color: #A08B88;
}
</style>
border-color css
<style>
span { border-color: #A08B88; }
span { border-color: rgb(160,139,136); }
td.TdClassName
{
border-color: #A08B88;
}
.TagClassName
{
border-color: #A08B88;
}
</style>