Shades of Sandrift #AB9685
Tints of Sandrift #AB9685
RGB
CMYK
RGB Variations
Color information
#AB9685 (or 0xAB9685) is known color: Sandrift. HEX triplet: AB, 96 and 85. RGB value is (171,150,133). Sum of RGB (Red+Green+Blue) = 171+150+133=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9685 is #54697A. Grayscale: #9A9A9A. Windows color (decimal): -5532027 or 8754859. OLE color: 8754859.
HSL color Cylindrical-coordinate representation of color #AB9685: hue angle of 26.84º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9685 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 133 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.33 |
| HSL | 26.84º | 0.18% | 0.6% | - |
| HSV(B) | 26.84º | 0.22% | 0.67% | - |
| XYZ | 31.93 | 32.16 | 26.72 | - |
| YUV | 154.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 133 | 0 | 0.12 | 0.22 | 0.33 | 26.84 | 0.18 | 0.6 |
| Hex | AB | 96 | 85 | 0 | C | 16 | 21 | 1B | 12 | 3C |
| Octal | 253 | 226 | 205 | 0 | 14 | 26 | 41 | 33 | 22 | 74 |
| Binary | 10101011 | 10010110 | 10000101 | 0 | 1100 | 10110 | 100001 | 11011 | 10010 | 111100 |
Color Harmonies of #AB9685
Complementary color
Monochromatic Colors of #AB9685
Black with #AB9685
Text Example
Text Example
White with #AB9685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9685; }
p { color: rgb(171,150,133); }
H1.HeaderClassName
{
color: #AB9685;
}
.AnyTagClassName
{
color: #AB9685;
}
</style>
background-color css
<style>
a { background-color: #AB9685; }
a { background-color: rgb(171,150,133); }
div.DivClassName
{
background-color: #AB9685;
}
.BgClassName
{
background-color: #AB9685;
}
</style>
border-color css
<style>
span { border-color: #AB9685; }
span { border-color: rgb(171,150,133); }
td.TdClassName
{
border-color: #AB9685;
}
.TagClassName
{
border-color: #AB9685;
}
</style>