Shades of Sandrift #AD9687
Tints of Sandrift #AD9687
RGB
CMYK
RGB Variations
Color information
#AD9687 (or 0xAD9687) is known color: Sandrift. HEX triplet: AD, 96 and 87. RGB value is (173,150,135). Sum of RGB (Red+Green+Blue) = 173+150+135=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9687 is #526978. Grayscale: #9B9B9B. Windows color (decimal): -5400953 or 8885933. OLE color: 8885933.
HSL color Cylindrical-coordinate representation of color #AD9687: hue angle of 23.68º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AD9687 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 135 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.32 |
| HSL | 23.68º | 0.19% | 0.6% | - |
| HSV(B) | 23.68º | 0.22% | 0.68% | - |
| XYZ | 32.51 | 32.45 | 27.47 | - |
| YUV | 155.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 135 | 0 | 0.13 | 0.22 | 0.32 | 23.68 | 0.19 | 0.6 |
| Hex | AD | 96 | 87 | 0 | D | 16 | 20 | 18 | 13 | 3C |
| Octal | 255 | 226 | 207 | 0 | 15 | 26 | 40 | 30 | 23 | 74 |
| Binary | 10101101 | 10010110 | 10000111 | 0 | 1101 | 10110 | 100000 | 11000 | 10011 | 111100 |
Color Harmonies of #AD9687
Complementary color
Monochromatic Colors of #AD9687
Black with #AD9687
Text Example
Text Example
White with #AD9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9687; }
p { color: rgb(173,150,135); }
H1.HeaderClassName
{
color: #AD9687;
}
.AnyTagClassName
{
color: #AD9687;
}
</style>
background-color css
<style>
a { background-color: #AD9687; }
a { background-color: rgb(173,150,135); }
div.DivClassName
{
background-color: #AD9687;
}
.BgClassName
{
background-color: #AD9687;
}
</style>
border-color css
<style>
span { border-color: #AD9687; }
span { border-color: rgb(173,150,135); }
td.TdClassName
{
border-color: #AD9687;
}
.TagClassName
{
border-color: #AD9687;
}
</style>