Shades of Thatch #A88A87
Tints of Thatch #A88A87
RGB
CMYK
RGB Variations
Color information
#A88A87 (or 0xA88A87) is known color: Thatch. HEX triplet: A8, 8A and 87. RGB value is (168,138,135). Sum of RGB (Red+Green+Blue) = 168+138+135=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88A87 is #577578. Grayscale: #929292. Windows color (decimal): -5731705 or 8882856. OLE color: 8882856.
HSL color Cylindrical-coordinate representation of color #A88A87: hue angle of 5.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88A87 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 135 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.34 |
| HSL | 5.45º | 0.16% | 0.59% | - |
| HSV(B) | 5.45º | 0.2% | 0.66% | - |
| XYZ | 29.61 | 28.25 | 26.81 | - |
| YUV | 146.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 135 | 0 | 0.18 | 0.20 | 0.34 | 5.45 | 0.16 | 0.59 |
| Hex | A8 | 8A | 87 | 0 | 12 | 14 | 22 | 5 | 10 | 3B |
| Octal | 250 | 212 | 207 | 0 | 22 | 24 | 42 | 5 | 20 | 73 |
| Binary | 10101000 | 10001010 | 10000111 | 0 | 10010 | 10100 | 100010 | 101 | 10000 | 111011 |
Color Harmonies of #A88A87
Complementary color
Monochromatic Colors of #A88A87
Black with #A88A87
Text Example
Text Example
White with #A88A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A87; }
p { color: rgb(168,138,135); }
H1.HeaderClassName
{
color: #A88A87;
}
.AnyTagClassName
{
color: #A88A87;
}
</style>
background-color css
<style>
a { background-color: #A88A87; }
a { background-color: rgb(168,138,135); }
div.DivClassName
{
background-color: #A88A87;
}
.BgClassName
{
background-color: #A88A87;
}
</style>
border-color css
<style>
span { border-color: #A88A87; }
span { border-color: rgb(168,138,135); }
td.TdClassName
{
border-color: #A88A87;
}
.TagClassName
{
border-color: #A88A87;
}
</style>