Shades of Thatch #AB908A
Tints of Thatch #AB908A
RGB
CMYK
RGB Variations
Color information
#AB908A (or 0xAB908A) is known color: Thatch. HEX triplet: AB, 90 and 8A. RGB value is (171,144,138). Sum of RGB (Red+Green+Blue) = 171+144+138=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB908A is #546F75. Grayscale: #979797. Windows color (decimal): -5533558 or 9081003. OLE color: 9081003.
HSL color Cylindrical-coordinate representation of color #AB908A: hue angle of 10.91º 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 #AB908A is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 138 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.33 |
| HSL | 10.91º | 0.16% | 0.61% | - |
| HSV(B) | 10.91º | 0.19% | 0.67% | - |
| XYZ | 31.36 | 30.44 | 28.27 | - |
| YUV | 151.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 138 | 0 | 0.16 | 0.19 | 0.33 | 10.91 | 0.16 | 0.61 |
| Hex | AB | 90 | 8A | 0 | 10 | 13 | 21 | B | 10 | 3D |
| Octal | 253 | 220 | 212 | 0 | 20 | 23 | 41 | 13 | 20 | 75 |
| Binary | 10101011 | 10010000 | 10001010 | 0 | 10000 | 10011 | 100001 | 1011 | 10000 | 111101 |
Color Harmonies of #AB908A
Complementary color
Monochromatic Colors of #AB908A
Black with #AB908A
Text Example
Text Example
White with #AB908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB908A; }
p { color: rgb(171,144,138); }
H1.HeaderClassName
{
color: #AB908A;
}
.AnyTagClassName
{
color: #AB908A;
}
</style>
background-color css
<style>
a { background-color: #AB908A; }
a { background-color: rgb(171,144,138); }
div.DivClassName
{
background-color: #AB908A;
}
.BgClassName
{
background-color: #AB908A;
}
</style>
border-color css
<style>
span { border-color: #AB908A; }
span { border-color: rgb(171,144,138); }
td.TdClassName
{
border-color: #AB908A;
}
.TagClassName
{
border-color: #AB908A;
}
</style>