Shades of Thatch #AB8B8A
Tints of Thatch #AB8B8A
RGB
CMYK
RGB Variations
Color information
#AB8B8A (or 0xAB8B8A) is known color: Thatch. HEX triplet: AB, 8B and 8A. RGB value is (171,139,138). Sum of RGB (Red+Green+Blue) = 171+139+138=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B8A is #547475. Grayscale: #949494. Windows color (decimal): -5534838 or 9079723. OLE color: 9079723.
HSL color Cylindrical-coordinate representation of color #AB8B8A: hue angle of 1.82º 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 #AB8B8A is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 138 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.33 |
| HSL | 1.82º | 0.16% | 0.61% | - |
| HSV(B) | 1.82º | 0.19% | 0.67% | - |
| XYZ | 30.61 | 28.96 | 28.02 | - |
| YUV | 148.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 138 | 0 | 0.19 | 0.19 | 0.33 | 1.82 | 0.16 | 0.61 |
| Hex | AB | 8B | 8A | 0 | 13 | 13 | 21 | 2 | 10 | 3D |
| Octal | 253 | 213 | 212 | 0 | 23 | 23 | 41 | 2 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10001010 | 0 | 10011 | 10011 | 100001 | 10 | 10000 | 111101 |
Color Harmonies of #AB8B8A
Complementary color
Monochromatic Colors of #AB8B8A
Black with #AB8B8A
Text Example
Text Example
White with #AB8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B8A; }
p { color: rgb(171,139,138); }
H1.HeaderClassName
{
color: #AB8B8A;
}
.AnyTagClassName
{
color: #AB8B8A;
}
</style>
background-color css
<style>
a { background-color: #AB8B8A; }
a { background-color: rgb(171,139,138); }
div.DivClassName
{
background-color: #AB8B8A;
}
.BgClassName
{
background-color: #AB8B8A;
}
</style>
border-color css
<style>
span { border-color: #AB8B8A; }
span { border-color: rgb(171,139,138); }
td.TdClassName
{
border-color: #AB8B8A;
}
.TagClassName
{
border-color: #AB8B8A;
}
</style>