Shades of Thatch #AB928B
Tints of Thatch #AB928B
RGB
CMYK
RGB Variations
Color information
#AB928B (or 0xAB928B) is known color: Thatch. HEX triplet: AB, 92 and 8B. RGB value is (171,146,139). Sum of RGB (Red+Green+Blue) = 171+146+139=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB928B is #546D74. Grayscale: #989898. Windows color (decimal): -5533045 or 9147051. OLE color: 9147051.
HSL color Cylindrical-coordinate representation of color #AB928B: hue angle of 13.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB928B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 139 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.33 |
| HSL | 13.13º | 0.16% | 0.61% | - |
| HSV(B) | 13.13º | 0.19% | 0.67% | - |
| XYZ | 31.73 | 31.08 | 28.75 | - |
| YUV | 152.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 139 | 0 | 0.15 | 0.19 | 0.33 | 13.13 | 0.16 | 0.61 |
| Hex | AB | 92 | 8B | 0 | F | 13 | 21 | D | 10 | 3D |
| Octal | 253 | 222 | 213 | 0 | 17 | 23 | 41 | 15 | 20 | 75 |
| Binary | 10101011 | 10010010 | 10001011 | 0 | 1111 | 10011 | 100001 | 1101 | 10000 | 111101 |
Color Harmonies of #AB928B
Complementary color
Monochromatic Colors of #AB928B
Black with #AB928B
Text Example
Text Example
White with #AB928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB928B; }
p { color: rgb(171,146,139); }
H1.HeaderClassName
{
color: #AB928B;
}
.AnyTagClassName
{
color: #AB928B;
}
</style>
background-color css
<style>
a { background-color: #AB928B; }
a { background-color: rgb(171,146,139); }
div.DivClassName
{
background-color: #AB928B;
}
.BgClassName
{
background-color: #AB928B;
}
</style>
border-color css
<style>
span { border-color: #AB928B; }
span { border-color: rgb(171,146,139); }
td.TdClassName
{
border-color: #AB928B;
}
.TagClassName
{
border-color: #AB928B;
}
</style>