Shades of Thatch #AB9C99
Tints of Thatch #AB9C99
RGB
CMYK
RGB Variations
Color information
#AB9C99 (or 0xAB9C99) is known color: Thatch. HEX triplet: AB, 9C and 99. RGB value is (171,156,153). Sum of RGB (Red+Green+Blue) = 171+156+153=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C99 is #546366. Grayscale: #A0A0A0. Windows color (decimal): -5530471 or 10067115. OLE color: 10067115.
HSL color Cylindrical-coordinate representation of color #AB9C99: hue angle of 10º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9C99 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 153 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.33 |
| HSL | 10º | 0.1% | 0.64% | - |
| HSV(B) | 10º | 0.11% | 0.67% | - |
| XYZ | 34.43 | 34.73 | 35.03 | - |
| YUV | 160.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 153 | 0 | 0.09 | 0.11 | 0.33 | 10 | 0.1 | 0.64 |
| Hex | AB | 9C | 99 | 0 | 9 | B | 21 | A | A | 40 |
| Octal | 253 | 234 | 231 | 0 | 11 | 13 | 41 | 12 | 12 | 100 |
| Binary | 10101011 | 10011100 | 10011001 | 0 | 1001 | 1011 | 100001 | 1010 | 1010 | 1000000 |
Color Harmonies of #AB9C99
Complementary color
Monochromatic Colors of #AB9C99
Black with #AB9C99
Text Example
Text Example
White with #AB9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C99; }
p { color: rgb(171,156,153); }
H1.HeaderClassName
{
color: #AB9C99;
}
.AnyTagClassName
{
color: #AB9C99;
}
</style>
background-color css
<style>
a { background-color: #AB9C99; }
a { background-color: rgb(171,156,153); }
div.DivClassName
{
background-color: #AB9C99;
}
.BgClassName
{
background-color: #AB9C99;
}
</style>
border-color css
<style>
span { border-color: #AB9C99; }
span { border-color: rgb(171,156,153); }
td.TdClassName
{
border-color: #AB9C99;
}
.TagClassName
{
border-color: #AB9C99;
}
</style>