Shades of Thatch #AB8C8A
Tints of Thatch #AB8C8A
RGB
CMYK
RGB Variations
Color information
#AB8C8A (or 0xAB8C8A) is known color: Thatch. HEX triplet: AB, 8C and 8A. RGB value is (171,140,138). Sum of RGB (Red+Green+Blue) = 171+140+138=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C8A is #547375. Grayscale: #959595. Windows color (decimal): -5534582 or 9079979. OLE color: 9079979.
HSL color Cylindrical-coordinate representation of color #AB8C8A: hue angle of 3.64º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8C8A is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 138 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.33 |
| HSL | 3.64º | 0.16% | 0.61% | - |
| HSV(B) | 3.64º | 0.19% | 0.67% | - |
| XYZ | 30.76 | 29.25 | 28.07 | - |
| YUV | 149.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 138 | 0 | 0.18 | 0.19 | 0.33 | 3.64 | 0.16 | 0.61 |
| Hex | AB | 8C | 8A | 0 | 12 | 13 | 21 | 4 | 10 | 3D |
| Octal | 253 | 214 | 212 | 0 | 22 | 23 | 41 | 4 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10001010 | 0 | 10010 | 10011 | 100001 | 100 | 10000 | 111101 |
Color Harmonies of #AB8C8A
Complementary color
Monochromatic Colors of #AB8C8A
Black with #AB8C8A
Text Example
Text Example
White with #AB8C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C8A; }
p { color: rgb(171,140,138); }
H1.HeaderClassName
{
color: #AB8C8A;
}
.AnyTagClassName
{
color: #AB8C8A;
}
</style>
background-color css
<style>
a { background-color: #AB8C8A; }
a { background-color: rgb(171,140,138); }
div.DivClassName
{
background-color: #AB8C8A;
}
.BgClassName
{
background-color: #AB8C8A;
}
</style>
border-color css
<style>
span { border-color: #AB8C8A; }
span { border-color: rgb(171,140,138); }
td.TdClassName
{
border-color: #AB8C8A;
}
.TagClassName
{
border-color: #AB8C8A;
}
</style>