Shades of Thatch #AB8C85
Tints of Thatch #AB8C85
RGB
CMYK
RGB Variations
Color information
#AB8C85 (or 0xAB8C85) is known color: Thatch. HEX triplet: AB, 8C and 85. RGB value is (171,140,133). Sum of RGB (Red+Green+Blue) = 171+140+133=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8C85 is #54737A. Grayscale: #949494. Windows color (decimal): -5534587 or 8752299. OLE color: 8752299.
HSL color Cylindrical-coordinate representation of color #AB8C85: hue angle of 11.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB8C85 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 133 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.33 |
| HSL | 11.05º | 0.18% | 0.6% | - |
| HSV(B) | 11.05º | 0.22% | 0.67% | - |
| XYZ | 30.41 | 29.11 | 26.21 | - |
| YUV | 148.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 133 | 0 | 0.18 | 0.22 | 0.33 | 11.05 | 0.18 | 0.6 |
| Hex | AB | 8C | 85 | 0 | 12 | 16 | 21 | B | 12 | 3C |
| Octal | 253 | 214 | 205 | 0 | 22 | 26 | 41 | 13 | 22 | 74 |
| Binary | 10101011 | 10001100 | 10000101 | 0 | 10010 | 10110 | 100001 | 1011 | 10010 | 111100 |
Color Harmonies of #AB8C85
Complementary color
Monochromatic Colors of #AB8C85
Black with #AB8C85
Text Example
Text Example
White with #AB8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C85; }
p { color: rgb(171,140,133); }
H1.HeaderClassName
{
color: #AB8C85;
}
.AnyTagClassName
{
color: #AB8C85;
}
</style>
background-color css
<style>
a { background-color: #AB8C85; }
a { background-color: rgb(171,140,133); }
div.DivClassName
{
background-color: #AB8C85;
}
.BgClassName
{
background-color: #AB8C85;
}
</style>
border-color css
<style>
span { border-color: #AB8C85; }
span { border-color: rgb(171,140,133); }
td.TdClassName
{
border-color: #AB8C85;
}
.TagClassName
{
border-color: #AB8C85;
}
</style>