Shades of Thatch #AB9592
Tints of Thatch #AB9592
RGB
CMYK
RGB Variations
Color information
#AB9592 (or 0xAB9592) is known color: Thatch. HEX triplet: AB, 95 and 92. RGB value is (171,149,146). Sum of RGB (Red+Green+Blue) = 171+149+146=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9592 is #546A6D. Grayscale: #9B9B9B. Windows color (decimal): -5532270 or 9606571. OLE color: 9606571.
HSL color Cylindrical-coordinate representation of color #AB9592: hue angle of 7.2º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9592 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 146 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.33 |
| HSL | 7.2º | 0.13% | 0.62% | - |
| HSV(B) | 7.2º | 0.15% | 0.67% | - |
| XYZ | 32.73 | 32.23 | 31.69 | - |
| YUV | 155.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 146 | 0 | 0.13 | 0.15 | 0.33 | 7.2 | 0.13 | 0.62 |
| Hex | AB | 95 | 92 | 0 | D | F | 21 | 7 | D | 3E |
| Octal | 253 | 225 | 222 | 0 | 15 | 17 | 41 | 7 | 15 | 76 |
| Binary | 10101011 | 10010101 | 10010010 | 0 | 1101 | 1111 | 100001 | 111 | 1101 | 111110 |
Color Harmonies of #AB9592
Complementary color
Monochromatic Colors of #AB9592
Black with #AB9592
Text Example
Text Example
White with #AB9592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9592; }
p { color: rgb(171,149,146); }
H1.HeaderClassName
{
color: #AB9592;
}
.AnyTagClassName
{
color: #AB9592;
}
</style>
background-color css
<style>
a { background-color: #AB9592; }
a { background-color: rgb(171,149,146); }
div.DivClassName
{
background-color: #AB9592;
}
.BgClassName
{
background-color: #AB9592;
}
</style>
border-color css
<style>
span { border-color: #AB9592; }
span { border-color: rgb(171,149,146); }
td.TdClassName
{
border-color: #AB9592;
}
.TagClassName
{
border-color: #AB9592;
}
</style>