Shades of Thatch #AB9692
Tints of Thatch #AB9692
RGB
CMYK
RGB Variations
Color information
#AB9692 (or 0xAB9692) is known color: Thatch. HEX triplet: AB, 96 and 92. RGB value is (171,150,146). Sum of RGB (Red+Green+Blue) = 171+150+146=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9692 is #54696D. Grayscale: #9B9B9B. Windows color (decimal): -5532014 or 9606827. OLE color: 9606827.
HSL color Cylindrical-coordinate representation of color #AB9692: hue angle of 9.6º 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 #AB9692 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 146 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.33 |
| HSL | 9.6º | 0.13% | 0.62% | - |
| HSV(B) | 9.6º | 0.15% | 0.67% | - |
| XYZ | 32.89 | 32.55 | 31.74 | - |
| YUV | 155.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 146 | 0 | 0.12 | 0.15 | 0.33 | 9.6 | 0.13 | 0.62 |
| Hex | AB | 96 | 92 | 0 | C | F | 21 | A | D | 3E |
| Octal | 253 | 226 | 222 | 0 | 14 | 17 | 41 | 12 | 15 | 76 |
| Binary | 10101011 | 10010110 | 10010010 | 0 | 1100 | 1111 | 100001 | 1010 | 1101 | 111110 |
Color Harmonies of #AB9692
Complementary color
Monochromatic Colors of #AB9692
Black with #AB9692
Text Example
Text Example
White with #AB9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9692; }
p { color: rgb(171,150,146); }
H1.HeaderClassName
{
color: #AB9692;
}
.AnyTagClassName
{
color: #AB9692;
}
</style>
background-color css
<style>
a { background-color: #AB9692; }
a { background-color: rgb(171,150,146); }
div.DivClassName
{
background-color: #AB9692;
}
.BgClassName
{
background-color: #AB9692;
}
</style>
border-color css
<style>
span { border-color: #AB9692; }
span { border-color: rgb(171,150,146); }
td.TdClassName
{
border-color: #AB9692;
}
.TagClassName
{
border-color: #AB9692;
}
</style>