Shades of Sandrift #AB8F79
Tints of Sandrift #AB8F79
RGB
CMYK
RGB Variations
Color information
#AB8F79 (or 0xAB8F79) is known color: Sandrift. HEX triplet: AB, 8F and 79. RGB value is (171,143,121). Sum of RGB (Red+Green+Blue) = 171+143+121=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F79 is #547086. Grayscale: #949494. Windows color (decimal): -5533831 or 7966635. OLE color: 7966635.
HSL color Cylindrical-coordinate representation of color #AB8F79: hue angle of 26.4º 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 #AB8F79 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 121 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.33 |
| HSL | 26.4º | 0.23% | 0.57% | - |
| HSV(B) | 26.4º | 0.29% | 0.67% | - |
| XYZ | 30.07 | 29.68 | 22.23 | - |
| YUV | 148.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 121 | 0 | 0.16 | 0.29 | 0.33 | 26.4 | 0.23 | 0.57 |
| Hex | AB | 8F | 79 | 0 | 10 | 1D | 21 | 1A | 17 | 39 |
| Octal | 253 | 217 | 171 | 0 | 20 | 35 | 41 | 32 | 27 | 71 |
| Binary | 10101011 | 10001111 | 1111001 | 0 | 10000 | 11101 | 100001 | 11010 | 10111 | 111001 |
Color Harmonies of #AB8F79
Complementary color
Monochromatic Colors of #AB8F79
Black with #AB8F79
Text Example
Text Example
White with #AB8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F79; }
p { color: rgb(171,143,121); }
H1.HeaderClassName
{
color: #AB8F79;
}
.AnyTagClassName
{
color: #AB8F79;
}
</style>
background-color css
<style>
a { background-color: #AB8F79; }
a { background-color: rgb(171,143,121); }
div.DivClassName
{
background-color: #AB8F79;
}
.BgClassName
{
background-color: #AB8F79;
}
</style>
border-color css
<style>
span { border-color: #AB8F79; }
span { border-color: rgb(171,143,121); }
td.TdClassName
{
border-color: #AB8F79;
}
.TagClassName
{
border-color: #AB8F79;
}
</style>