Shades of Thatch #AB9D99
Tints of Thatch #AB9D99
RGB
CMYK
RGB Variations
Color information
#AB9D99 (or 0xAB9D99) is known color: Thatch. HEX triplet: AB, 9D and 99. RGB value is (171,157,153). Sum of RGB (Red+Green+Blue) = 171+157+153=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D99 is #546266. Grayscale: #A0A0A0. Windows color (decimal): -5530215 or 10067371. OLE color: 10067371.
HSL color Cylindrical-coordinate representation of color #AB9D99: hue angle of 13.33º 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 #AB9D99 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 157 | 153 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.33 |
| HSL | 13.33º | 0.1% | 0.64% | - |
| HSV(B) | 13.33º | 0.11% | 0.67% | - |
| XYZ | 34.6 | 35.07 | 35.08 | - |
| YUV | 160.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 153 | 0 | 0.08 | 0.11 | 0.33 | 13.33 | 0.1 | 0.64 |
| Hex | AB | 9D | 99 | 0 | 8 | B | 21 | D | A | 40 |
| Octal | 253 | 235 | 231 | 0 | 10 | 13 | 41 | 15 | 12 | 100 |
| Binary | 10101011 | 10011101 | 10011001 | 0 | 1000 | 1011 | 100001 | 1101 | 1010 | 1000000 |
Color Harmonies of #AB9D99
Complementary color
Monochromatic Colors of #AB9D99
Black with #AB9D99
Text Example
Text Example
White with #AB9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9D99; }
p { color: rgb(171,157,153); }
H1.HeaderClassName
{
color: #AB9D99;
}
.AnyTagClassName
{
color: #AB9D99;
}
</style>
background-color css
<style>
a { background-color: #AB9D99; }
a { background-color: rgb(171,157,153); }
div.DivClassName
{
background-color: #AB9D99;
}
.BgClassName
{
background-color: #AB9D99;
}
</style>
border-color css
<style>
span { border-color: #AB9D99; }
span { border-color: rgb(171,157,153); }
td.TdClassName
{
border-color: #AB9D99;
}
.TagClassName
{
border-color: #AB9D99;
}
</style>