Shades of Sandrift #AB8E82
Tints of Sandrift #AB8E82
RGB
CMYK
RGB Variations
Color information
#AB8E82 (or 0xAB8E82) is known color: Sandrift. HEX triplet: AB, 8E and 82. RGB value is (171,142,130). Sum of RGB (Red+Green+Blue) = 171+142+130=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8E82 is #54717D. Grayscale: #959595. Windows color (decimal): -5534078 or 8556203. OLE color: 8556203.
HSL color Cylindrical-coordinate representation of color #AB8E82: hue angle of 17.56º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB8E82 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 130 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.33 |
| HSL | 17.56º | 0.2% | 0.59% | - |
| HSV(B) | 17.56º | 0.24% | 0.67% | - |
| XYZ | 30.5 | 29.62 | 25.23 | - |
| YUV | 149.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 130 | 0 | 0.17 | 0.24 | 0.33 | 17.56 | 0.2 | 0.59 |
| Hex | AB | 8E | 82 | 0 | 11 | 18 | 21 | 12 | 14 | 3B |
| Octal | 253 | 216 | 202 | 0 | 21 | 30 | 41 | 22 | 24 | 73 |
| Binary | 10101011 | 10001110 | 10000010 | 0 | 10001 | 11000 | 100001 | 10010 | 10100 | 111011 |
Color Harmonies of #AB8E82
Complementary color
Monochromatic Colors of #AB8E82
Black with #AB8E82
Text Example
Text Example
White with #AB8E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E82; }
p { color: rgb(171,142,130); }
H1.HeaderClassName
{
color: #AB8E82;
}
.AnyTagClassName
{
color: #AB8E82;
}
</style>
background-color css
<style>
a { background-color: #AB8E82; }
a { background-color: rgb(171,142,130); }
div.DivClassName
{
background-color: #AB8E82;
}
.BgClassName
{
background-color: #AB8E82;
}
</style>
border-color css
<style>
span { border-color: #AB8E82; }
span { border-color: rgb(171,142,130); }
td.TdClassName
{
border-color: #AB8E82;
}
.TagClassName
{
border-color: #AB8E82;
}
</style>