Shades of Sandrift #AB8976
Tints of Sandrift #AB8976
RGB
CMYK
RGB Variations
Color information
#AB8976 (or 0xAB8976) is known color: Sandrift. HEX triplet: AB, 89 and 76. RGB value is (171,137,118). Sum of RGB (Red+Green+Blue) = 171+137+118=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8976 is #547689. Grayscale: #919191. Windows color (decimal): -5535370 or 7768491. OLE color: 7768491.
HSL color Cylindrical-coordinate representation of color #AB8976: hue angle of 21.51º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8976 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 118 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.33 |
| HSL | 21.51º | 0.24% | 0.57% | - |
| HSV(B) | 21.51º | 0.31% | 0.67% | - |
| XYZ | 29.01 | 27.86 | 20.99 | - |
| YUV | 145 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 118 | 0 | 0.20 | 0.31 | 0.33 | 21.51 | 0.24 | 0.57 |
| Hex | AB | 89 | 76 | 0 | 14 | 1F | 21 | 16 | 18 | 39 |
| Octal | 253 | 211 | 166 | 0 | 24 | 37 | 41 | 26 | 30 | 71 |
| Binary | 10101011 | 10001001 | 1110110 | 0 | 10100 | 11111 | 100001 | 10110 | 11000 | 111001 |
Color Harmonies of #AB8976
Complementary color
Monochromatic Colors of #AB8976
Black with #AB8976
Text Example
Text Example
White with #AB8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8976; }
p { color: rgb(171,137,118); }
H1.HeaderClassName
{
color: #AB8976;
}
.AnyTagClassName
{
color: #AB8976;
}
</style>
background-color css
<style>
a { background-color: #AB8976; }
a { background-color: rgb(171,137,118); }
div.DivClassName
{
background-color: #AB8976;
}
.BgClassName
{
background-color: #AB8976;
}
</style>
border-color css
<style>
span { border-color: #AB8976; }
span { border-color: rgb(171,137,118); }
td.TdClassName
{
border-color: #AB8976;
}
.TagClassName
{
border-color: #AB8976;
}
</style>