Shades of Sandrift #AB8979
Tints of Sandrift #AB8979
RGB
CMYK
RGB Variations
Color information
#AB8979 (or 0xAB8979) is known color: Sandrift. HEX triplet: AB, 89 and 79. RGB value is (171,137,121). Sum of RGB (Red+Green+Blue) = 171+137+121=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8979 is #547686. Grayscale: #919191. Windows color (decimal): -5535367 or 7965099. OLE color: 7965099.
HSL color Cylindrical-coordinate representation of color #AB8979: hue angle of 19.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB8979 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 121 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.33 |
| HSL | 19.2º | 0.23% | 0.57% | - |
| HSV(B) | 19.2º | 0.29% | 0.67% | - |
| XYZ | 29.19 | 27.93 | 21.94 | - |
| YUV | 145.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 121 | 0 | 0.20 | 0.29 | 0.33 | 19.2 | 0.23 | 0.57 |
| Hex | AB | 89 | 79 | 0 | 14 | 1D | 21 | 13 | 17 | 39 |
| Octal | 253 | 211 | 171 | 0 | 24 | 35 | 41 | 23 | 27 | 71 |
| Binary | 10101011 | 10001001 | 1111001 | 0 | 10100 | 11101 | 100001 | 10011 | 10111 | 111001 |
Color Harmonies of #AB8979
Complementary color
Monochromatic Colors of #AB8979
Black with #AB8979
Text Example
Text Example
White with #AB8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8979; }
p { color: rgb(171,137,121); }
H1.HeaderClassName
{
color: #AB8979;
}
.AnyTagClassName
{
color: #AB8979;
}
</style>
background-color css
<style>
a { background-color: #AB8979; }
a { background-color: rgb(171,137,121); }
div.DivClassName
{
background-color: #AB8979;
}
.BgClassName
{
background-color: #AB8979;
}
</style>
border-color css
<style>
span { border-color: #AB8979; }
span { border-color: rgb(171,137,121); }
td.TdClassName
{
border-color: #AB8979;
}
.TagClassName
{
border-color: #AB8979;
}
</style>