Shades of Thatch #A88F8C
Tints of Thatch #A88F8C
RGB
CMYK
RGB Variations
Color information
#A88F8C (or 0xA88F8C) is known color: Thatch. HEX triplet: A8, 8F and 8C. RGB value is (168,143,140). Sum of RGB (Red+Green+Blue) = 168+143+140=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88F8C is #577073. Grayscale: #969696. Windows color (decimal): -5730420 or 9211816. OLE color: 9211816.
HSL color Cylindrical-coordinate representation of color #A88F8C: hue angle of 6.43º 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 #A88F8C is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 143 | 140 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.34 |
| HSL | 6.43º | 0.14% | 0.6% | - |
| HSV(B) | 6.43º | 0.17% | 0.66% | - |
| XYZ | 30.7 | 29.86 | 28.96 | - |
| YUV | 150.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 140 | 0 | 0.15 | 0.17 | 0.34 | 6.43 | 0.14 | 0.6 |
| Hex | A8 | 8F | 8C | 0 | F | 11 | 22 | 6 | E | 3C |
| Octal | 250 | 217 | 214 | 0 | 17 | 21 | 42 | 6 | 16 | 74 |
| Binary | 10101000 | 10001111 | 10001100 | 0 | 1111 | 10001 | 100010 | 110 | 1110 | 111100 |
Color Harmonies of #A88F8C
Complementary color
Monochromatic Colors of #A88F8C
Black with #A88F8C
Text Example
Text Example
White with #A88F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88F8C; }
p { color: rgb(168,143,140); }
H1.HeaderClassName
{
color: #A88F8C;
}
.AnyTagClassName
{
color: #A88F8C;
}
</style>
background-color css
<style>
a { background-color: #A88F8C; }
a { background-color: rgb(168,143,140); }
div.DivClassName
{
background-color: #A88F8C;
}
.BgClassName
{
background-color: #A88F8C;
}
</style>
border-color css
<style>
span { border-color: #A88F8C; }
span { border-color: rgb(168,143,140); }
td.TdClassName
{
border-color: #A88F8C;
}
.TagClassName
{
border-color: #A88F8C;
}
</style>