Shades of Sandrift #AB8D78
Tints of Sandrift #AB8D78
RGB
CMYK
RGB Variations
Color information
#AB8D78 (or 0xAB8D78) is known color: Sandrift. HEX triplet: AB, 8D and 78. RGB value is (171,141,120). Sum of RGB (Red+Green+Blue) = 171+141+120=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8D78 is #547287. Grayscale: #939393. Windows color (decimal): -5534344 or 7900587. OLE color: 7900587.
HSL color Cylindrical-coordinate representation of color #AB8D78: hue angle of 24.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8D78 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 120 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.33 |
| HSL | 24.71º | 0.23% | 0.57% | - |
| HSV(B) | 24.71º | 0.3% | 0.67% | - |
| XYZ | 29.71 | 29.06 | 21.81 | - |
| YUV | 147.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 120 | 0 | 0.18 | 0.30 | 0.33 | 24.71 | 0.23 | 0.57 |
| Hex | AB | 8D | 78 | 0 | 12 | 1E | 21 | 19 | 17 | 39 |
| Octal | 253 | 215 | 170 | 0 | 22 | 36 | 41 | 31 | 27 | 71 |
| Binary | 10101011 | 10001101 | 1111000 | 0 | 10010 | 11110 | 100001 | 11001 | 10111 | 111001 |
Color Harmonies of #AB8D78
Complementary color
Monochromatic Colors of #AB8D78
Black with #AB8D78
Text Example
Text Example
White with #AB8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D78; }
p { color: rgb(171,141,120); }
H1.HeaderClassName
{
color: #AB8D78;
}
.AnyTagClassName
{
color: #AB8D78;
}
</style>
background-color css
<style>
a { background-color: #AB8D78; }
a { background-color: rgb(171,141,120); }
div.DivClassName
{
background-color: #AB8D78;
}
.BgClassName
{
background-color: #AB8D78;
}
</style>
border-color css
<style>
span { border-color: #AB8D78; }
span { border-color: rgb(171,141,120); }
td.TdClassName
{
border-color: #AB8D78;
}
.TagClassName
{
border-color: #AB8D78;
}
</style>