Shades of Thatch #AB928A
Tints of Thatch #AB928A
RGB
CMYK
RGB Variations
Color information
#AB928A (or 0xAB928A) is known color: Thatch. HEX triplet: AB, 92 and 8A. RGB value is (171,146,138). Sum of RGB (Red+Green+Blue) = 171+146+138=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB928A is #546D75. Grayscale: #989898. Windows color (decimal): -5533046 or 9081515. OLE color: 9081515.
HSL color Cylindrical-coordinate representation of color #AB928A: hue angle of 14.55º 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 #AB928A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 138 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.33 |
| HSL | 14.55º | 0.16% | 0.61% | - |
| HSV(B) | 14.55º | 0.19% | 0.67% | - |
| XYZ | 31.66 | 31.05 | 28.37 | - |
| YUV | 152.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 138 | 0 | 0.15 | 0.19 | 0.33 | 14.55 | 0.16 | 0.61 |
| Hex | AB | 92 | 8A | 0 | F | 13 | 21 | F | 10 | 3D |
| Octal | 253 | 222 | 212 | 0 | 17 | 23 | 41 | 17 | 20 | 75 |
| Binary | 10101011 | 10010010 | 10001010 | 0 | 1111 | 10011 | 100001 | 1111 | 10000 | 111101 |
Color Harmonies of #AB928A
Complementary color
Monochromatic Colors of #AB928A
Black with #AB928A
Text Example
Text Example
White with #AB928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB928A; }
p { color: rgb(171,146,138); }
H1.HeaderClassName
{
color: #AB928A;
}
.AnyTagClassName
{
color: #AB928A;
}
</style>
background-color css
<style>
a { background-color: #AB928A; }
a { background-color: rgb(171,146,138); }
div.DivClassName
{
background-color: #AB928A;
}
.BgClassName
{
background-color: #AB928A;
}
</style>
border-color css
<style>
span { border-color: #AB928A; }
span { border-color: rgb(171,146,138); }
td.TdClassName
{
border-color: #AB928A;
}
.TagClassName
{
border-color: #AB928A;
}
</style>