Shades of Sandrift #AB8C77
Tints of Sandrift #AB8C77
RGB
CMYK
RGB Variations
Color information
#AB8C77 (or 0xAB8C77) is known color: Sandrift. HEX triplet: AB, 8C and 77. RGB value is (171,140,119). Sum of RGB (Red+Green+Blue) = 171+140+119=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C77 is #547388. Grayscale: #929292. Windows color (decimal): -5534601 or 7834795. OLE color: 7834795.
HSL color Cylindrical-coordinate representation of color #AB8C77: hue angle of 24.23º degrees, saturation: 0.24, 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 #AB8C77 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 119 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.33 |
| HSL | 24.23º | 0.24% | 0.57% | - |
| HSV(B) | 24.23º | 0.3% | 0.67% | - |
| XYZ | 29.5 | 28.75 | 21.45 | - |
| YUV | 146.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 119 | 0 | 0.18 | 0.30 | 0.33 | 24.23 | 0.24 | 0.57 |
| Hex | AB | 8C | 77 | 0 | 12 | 1E | 21 | 18 | 18 | 39 |
| Octal | 253 | 214 | 167 | 0 | 22 | 36 | 41 | 30 | 30 | 71 |
| Binary | 10101011 | 10001100 | 1110111 | 0 | 10010 | 11110 | 100001 | 11000 | 11000 | 111001 |
Color Harmonies of #AB8C77
Complementary color
Monochromatic Colors of #AB8C77
Black with #AB8C77
Text Example
Text Example
White with #AB8C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C77; }
p { color: rgb(171,140,119); }
H1.HeaderClassName
{
color: #AB8C77;
}
.AnyTagClassName
{
color: #AB8C77;
}
</style>
background-color css
<style>
a { background-color: #AB8C77; }
a { background-color: rgb(171,140,119); }
div.DivClassName
{
background-color: #AB8C77;
}
.BgClassName
{
background-color: #AB8C77;
}
</style>
border-color css
<style>
span { border-color: #AB8C77; }
span { border-color: rgb(171,140,119); }
td.TdClassName
{
border-color: #AB8C77;
}
.TagClassName
{
border-color: #AB8C77;
}
</style>