Shades of Sandrift #AB8E7D
Tints of Sandrift #AB8E7D
RGB
CMYK
RGB Variations
Color information
#AB8E7D (or 0xAB8E7D) is known color: Sandrift. HEX triplet: AB, 8E and 7D. RGB value is (171,142,125). Sum of RGB (Red+Green+Blue) = 171+142+125=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8E7D is #547182. Grayscale: #949494. Windows color (decimal): -5534083 or 8228523. OLE color: 8228523.
HSL color Cylindrical-coordinate representation of color #AB8E7D: hue angle of 22.17º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB8E7D is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 125 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.33 |
| HSL | 22.17º | 0.21% | 0.58% | - |
| HSV(B) | 22.17º | 0.27% | 0.67% | - |
| XYZ | 30.17 | 29.48 | 23.5 | - |
| YUV | 148.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 125 | 0 | 0.17 | 0.27 | 0.33 | 22.17 | 0.21 | 0.58 |
| Hex | AB | 8E | 7D | 0 | 11 | 1B | 21 | 16 | 15 | 3A |
| Octal | 253 | 216 | 175 | 0 | 21 | 33 | 41 | 26 | 25 | 72 |
| Binary | 10101011 | 10001110 | 1111101 | 0 | 10001 | 11011 | 100001 | 10110 | 10101 | 111010 |
Color Harmonies of #AB8E7D
Complementary color
Monochromatic Colors of #AB8E7D
Black with #AB8E7D
Text Example
Text Example
White with #AB8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8E7D; }
p { color: rgb(171,142,125); }
H1.HeaderClassName
{
color: #AB8E7D;
}
.AnyTagClassName
{
color: #AB8E7D;
}
</style>
background-color css
<style>
a { background-color: #AB8E7D; }
a { background-color: rgb(171,142,125); }
div.DivClassName
{
background-color: #AB8E7D;
}
.BgClassName
{
background-color: #AB8E7D;
}
</style>
border-color css
<style>
span { border-color: #AB8E7D; }
span { border-color: rgb(171,142,125); }
td.TdClassName
{
border-color: #AB8E7D;
}
.TagClassName
{
border-color: #AB8E7D;
}
</style>