Shades of Sandrift #AD967C
Tints of Sandrift #AD967C
RGB
CMYK
RGB Variations
Color information
#AD967C (or 0xAD967C) is known color: Sandrift. HEX triplet: AD, 96 and 7C. RGB value is (173,150,124). Sum of RGB (Red+Green+Blue) = 173+150+124=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967C is #526983. Grayscale: #9A9A9A. Windows color (decimal): -5400964 or 8165037. OLE color: 8165037.
HSL color Cylindrical-coordinate representation of color #AD967C: hue angle of 31.84º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD967C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 124 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.32 |
| HSL | 31.84º | 0.23% | 0.58% | - |
| HSV(B) | 31.84º | 0.28% | 0.68% | - |
| XYZ | 31.78 | 32.15 | 23.6 | - |
| YUV | 153.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 124 | 0 | 0.13 | 0.28 | 0.32 | 31.84 | 0.23 | 0.58 |
| Hex | AD | 96 | 7C | 0 | D | 1C | 20 | 20 | 17 | 3A |
| Octal | 255 | 226 | 174 | 0 | 15 | 34 | 40 | 40 | 27 | 72 |
| Binary | 10101101 | 10010110 | 1111100 | 0 | 1101 | 11100 | 100000 | 100000 | 10111 | 111010 |
Color Harmonies of #AD967C
Complementary color
Monochromatic Colors of #AD967C
Black with #AD967C
Text Example
Text Example
White with #AD967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD967C; }
p { color: rgb(173,150,124); }
H1.HeaderClassName
{
color: #AD967C;
}
.AnyTagClassName
{
color: #AD967C;
}
</style>
background-color css
<style>
a { background-color: #AD967C; }
a { background-color: rgb(173,150,124); }
div.DivClassName
{
background-color: #AD967C;
}
.BgClassName
{
background-color: #AD967C;
}
</style>
border-color css
<style>
span { border-color: #AD967C; }
span { border-color: rgb(173,150,124); }
td.TdClassName
{
border-color: #AD967C;
}
.TagClassName
{
border-color: #AD967C;
}
</style>