Shades of Sandrift #AD967F
Tints of Sandrift #AD967F
RGB
CMYK
RGB Variations
Color information
#AD967F (or 0xAD967F) is known color: Sandrift. HEX triplet: AD, 96 and 7F. RGB value is (173,150,127). Sum of RGB (Red+Green+Blue) = 173+150+127=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967F is #526980. Grayscale: #9A9A9A. Windows color (decimal): -5400961 or 8361645. OLE color: 8361645.
HSL color Cylindrical-coordinate representation of color #AD967F: hue angle of 30º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD967F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 127 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.32 |
| HSL | 30º | 0.22% | 0.59% | - |
| HSV(B) | 30º | 0.27% | 0.68% | - |
| XYZ | 31.97 | 32.23 | 24.61 | - |
| YUV | 154.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 127 | 0 | 0.13 | 0.27 | 0.32 | 30 | 0.22 | 0.59 |
| Hex | AD | 96 | 7F | 0 | D | 1B | 20 | 1E | 16 | 3B |
| Octal | 255 | 226 | 177 | 0 | 15 | 33 | 40 | 36 | 26 | 73 |
| Binary | 10101101 | 10010110 | 1111111 | 0 | 1101 | 11011 | 100000 | 11110 | 10110 | 111011 |
Color Harmonies of #AD967F
Complementary color
Monochromatic Colors of #AD967F
Black with #AD967F
Text Example
Text Example
White with #AD967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD967F; }
p { color: rgb(173,150,127); }
H1.HeaderClassName
{
color: #AD967F;
}
.AnyTagClassName
{
color: #AD967F;
}
</style>
background-color css
<style>
a { background-color: #AD967F; }
a { background-color: rgb(173,150,127); }
div.DivClassName
{
background-color: #AD967F;
}
.BgClassName
{
background-color: #AD967F;
}
</style>
border-color css
<style>
span { border-color: #AD967F; }
span { border-color: rgb(173,150,127); }
td.TdClassName
{
border-color: #AD967F;
}
.TagClassName
{
border-color: #AD967F;
}
</style>