Shades of Sandrift #AD9684
Tints of Sandrift #AD9684
RGB
CMYK
RGB Variations
Color information
#AD9684 (or 0xAD9684) is known color: Sandrift. HEX triplet: AD, 96 and 84. RGB value is (173,150,132). Sum of RGB (Red+Green+Blue) = 173+150+132=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9684 is #52697B. Grayscale: #9A9A9A. Windows color (decimal): -5400956 or 8689325. OLE color: 8689325.
HSL color Cylindrical-coordinate representation of color #AD9684: hue angle of 26.34º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD9684 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 132 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.32 |
| HSL | 26.34º | 0.2% | 0.6% | - |
| HSV(B) | 26.34º | 0.24% | 0.68% | - |
| XYZ | 32.3 | 32.36 | 26.37 | - |
| YUV | 154.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 132 | 0 | 0.13 | 0.24 | 0.32 | 26.34 | 0.2 | 0.6 |
| Hex | AD | 96 | 84 | 0 | D | 18 | 20 | 1A | 14 | 3C |
| Octal | 255 | 226 | 204 | 0 | 15 | 30 | 40 | 32 | 24 | 74 |
| Binary | 10101101 | 10010110 | 10000100 | 0 | 1101 | 11000 | 100000 | 11010 | 10100 | 111100 |
Color Harmonies of #AD9684
Complementary color
Monochromatic Colors of #AD9684
Black with #AD9684
Text Example
Text Example
White with #AD9684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9684; }
p { color: rgb(173,150,132); }
H1.HeaderClassName
{
color: #AD9684;
}
.AnyTagClassName
{
color: #AD9684;
}
</style>
background-color css
<style>
a { background-color: #AD9684; }
a { background-color: rgb(173,150,132); }
div.DivClassName
{
background-color: #AD9684;
}
.BgClassName
{
background-color: #AD9684;
}
</style>
border-color css
<style>
span { border-color: #AD9684; }
span { border-color: rgb(173,150,132); }
td.TdClassName
{
border-color: #AD9684;
}
.TagClassName
{
border-color: #AD9684;
}
</style>