Shades of Thatch #AB928F
Tints of Thatch #AB928F
RGB
CMYK
RGB Variations
Color information
#AB928F (or 0xAB928F) is known color: Thatch. HEX triplet: AB, 92 and 8F. RGB value is (171,146,143). Sum of RGB (Red+Green+Blue) = 171+146+143=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB928F is #546D70. Grayscale: #999999. Windows color (decimal): -5533041 or 9409195. OLE color: 9409195.
HSL color Cylindrical-coordinate representation of color #AB928F: hue angle of 6.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB928F is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 143 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.33 |
| HSL | 6.43º | 0.14% | 0.62% | - |
| HSV(B) | 6.43º | 0.16% | 0.67% | - |
| XYZ | 32.03 | 31.2 | 30.32 | - |
| YUV | 153.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 143 | 0 | 0.15 | 0.16 | 0.33 | 6.43 | 0.14 | 0.62 |
| Hex | AB | 92 | 8F | 0 | F | 10 | 21 | 6 | E | 3E |
| Octal | 253 | 222 | 217 | 0 | 17 | 20 | 41 | 6 | 16 | 76 |
| Binary | 10101011 | 10010010 | 10001111 | 0 | 1111 | 10000 | 100001 | 110 | 1110 | 111110 |
Color Harmonies of #AB928F
Complementary color
Monochromatic Colors of #AB928F
Black with #AB928F
Text Example
Text Example
White with #AB928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB928F; }
p { color: rgb(171,146,143); }
H1.HeaderClassName
{
color: #AB928F;
}
.AnyTagClassName
{
color: #AB928F;
}
</style>
background-color css
<style>
a { background-color: #AB928F; }
a { background-color: rgb(171,146,143); }
div.DivClassName
{
background-color: #AB928F;
}
.BgClassName
{
background-color: #AB928F;
}
</style>
border-color css
<style>
span { border-color: #AB928F; }
span { border-color: rgb(171,146,143); }
td.TdClassName
{
border-color: #AB928F;
}
.TagClassName
{
border-color: #AB928F;
}
</style>