Shades of Sandrift #AB8F7D
Tints of Sandrift #AB8F7D
RGB
CMYK
RGB Variations
Color information
#AB8F7D (or 0xAB8F7D) is known color: Sandrift. HEX triplet: AB, 8F and 7D. RGB value is (171,143,125). Sum of RGB (Red+Green+Blue) = 171+143+125=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8F7D is #547082. Grayscale: #959595. Windows color (decimal): -5533827 or 8228779. OLE color: 8228779.
HSL color Cylindrical-coordinate representation of color #AB8F7D: hue angle of 23.48º 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 #AB8F7D is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 125 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.33 |
| HSL | 23.48º | 0.21% | 0.58% | - |
| HSV(B) | 23.48º | 0.27% | 0.67% | - |
| XYZ | 30.32 | 29.78 | 23.55 | - |
| YUV | 149.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 125 | 0 | 0.16 | 0.27 | 0.33 | 23.48 | 0.21 | 0.58 |
| Hex | AB | 8F | 7D | 0 | 10 | 1B | 21 | 17 | 15 | 3A |
| Octal | 253 | 217 | 175 | 0 | 20 | 33 | 41 | 27 | 25 | 72 |
| Binary | 10101011 | 10001111 | 1111101 | 0 | 10000 | 11011 | 100001 | 10111 | 10101 | 111010 |
Color Harmonies of #AB8F7D
Complementary color
Monochromatic Colors of #AB8F7D
Black with #AB8F7D
Text Example
Text Example
White with #AB8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F7D; }
p { color: rgb(171,143,125); }
H1.HeaderClassName
{
color: #AB8F7D;
}
.AnyTagClassName
{
color: #AB8F7D;
}
</style>
background-color css
<style>
a { background-color: #AB8F7D; }
a { background-color: rgb(171,143,125); }
div.DivClassName
{
background-color: #AB8F7D;
}
.BgClassName
{
background-color: #AB8F7D;
}
</style>
border-color css
<style>
span { border-color: #AB8F7D; }
span { border-color: rgb(171,143,125); }
td.TdClassName
{
border-color: #AB8F7D;
}
.TagClassName
{
border-color: #AB8F7D;
}
</style>