Shades of Thatch #A88D8C
Tints of Thatch #A88D8C
RGB
CMYK
RGB Variations
Color information
#A88D8C (or 0xA88D8C) is known color: Thatch. HEX triplet: A8, 8D and 8C. RGB value is (168,141,140). Sum of RGB (Red+Green+Blue) = 168+141+140=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88D8C is #577273. Grayscale: #949494. Windows color (decimal): -5730932 or 9211304. OLE color: 9211304.
HSL color Cylindrical-coordinate representation of color #A88D8C: hue angle of 2.14º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A88D8C is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 140 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.34 |
| HSL | 2.14º | 0.14% | 0.6% | - |
| HSV(B) | 2.14º | 0.17% | 0.66% | - |
| XYZ | 30.41 | 29.27 | 28.86 | - |
| YUV | 148.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 140 | 0 | 0.16 | 0.17 | 0.34 | 2.14 | 0.14 | 0.6 |
| Hex | A8 | 8D | 8C | 0 | 10 | 11 | 22 | 2 | E | 3C |
| Octal | 250 | 215 | 214 | 0 | 20 | 21 | 42 | 2 | 16 | 74 |
| Binary | 10101000 | 10001101 | 10001100 | 0 | 10000 | 10001 | 100010 | 10 | 1110 | 111100 |
Color Harmonies of #A88D8C
Complementary color
Monochromatic Colors of #A88D8C
Black with #A88D8C
Text Example
Text Example
White with #A88D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D8C; }
p { color: rgb(168,141,140); }
H1.HeaderClassName
{
color: #A88D8C;
}
.AnyTagClassName
{
color: #A88D8C;
}
</style>
background-color css
<style>
a { background-color: #A88D8C; }
a { background-color: rgb(168,141,140); }
div.DivClassName
{
background-color: #A88D8C;
}
.BgClassName
{
background-color: #A88D8C;
}
</style>
border-color css
<style>
span { border-color: #A88D8C; }
span { border-color: rgb(168,141,140); }
td.TdClassName
{
border-color: #A88D8C;
}
.TagClassName
{
border-color: #A88D8C;
}
</style>