Shades of Sandrift #AB9684
Tints of Sandrift #AB9684
RGB
CMYK
RGB Variations
Color information
#AB9684 (or 0xAB9684) is known color: Sandrift. HEX triplet: AB, 96 and 84. RGB value is (171,150,132). Sum of RGB (Red+Green+Blue) = 171+150+132=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9684 is #54697B. Grayscale: #9A9A9A. Windows color (decimal): -5532028 or 8689323. OLE color: 8689323.
HSL color Cylindrical-coordinate representation of color #AB9684: hue angle of 27.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9684 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 132 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.33 |
| HSL | 27.69º | 0.19% | 0.59% | - |
| HSV(B) | 27.69º | 0.23% | 0.67% | - |
| XYZ | 31.87 | 32.14 | 26.35 | - |
| YUV | 154.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 132 | 0 | 0.12 | 0.23 | 0.33 | 27.69 | 0.19 | 0.59 |
| Hex | AB | 96 | 84 | 0 | C | 17 | 21 | 1C | 13 | 3B |
| Octal | 253 | 226 | 204 | 0 | 14 | 27 | 41 | 34 | 23 | 73 |
| Binary | 10101011 | 10010110 | 10000100 | 0 | 1100 | 10111 | 100001 | 11100 | 10011 | 111011 |
Color Harmonies of #AB9684
Complementary color
Monochromatic Colors of #AB9684
Black with #AB9684
Text Example
Text Example
White with #AB9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9684; }
p { color: rgb(171,150,132); }
H1.HeaderClassName
{
color: #AB9684;
}
.AnyTagClassName
{
color: #AB9684;
}
</style>
background-color css
<style>
a { background-color: #AB9684; }
a { background-color: rgb(171,150,132); }
div.DivClassName
{
background-color: #AB9684;
}
.BgClassName
{
background-color: #AB9684;
}
</style>
border-color css
<style>
span { border-color: #AB9684; }
span { border-color: rgb(171,150,132); }
td.TdClassName
{
border-color: #AB9684;
}
.TagClassName
{
border-color: #AB9684;
}
</style>