Shades of Sandrift #AD917F
Tints of Sandrift #AD917F
RGB
CMYK
RGB Variations
Color information
#AD917F (or 0xAD917F) is known color: Sandrift. HEX triplet: AD, 91 and 7F. RGB value is (173,145,127). Sum of RGB (Red+Green+Blue) = 173+145+127=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917F is #526E80. Grayscale: #979797. Windows color (decimal): -5402241 or 8360365. OLE color: 8360365.
HSL color Cylindrical-coordinate representation of color #AD917F: hue angle of 23.48º 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 #AD917F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 127 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.32 |
| HSL | 23.48º | 0.22% | 0.59% | - |
| HSV(B) | 23.48º | 0.27% | 0.68% | - |
| XYZ | 31.19 | 30.67 | 24.35 | - |
| YUV | 151.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 127 | 0 | 0.16 | 0.27 | 0.32 | 23.48 | 0.22 | 0.59 |
| Hex | AD | 91 | 7F | 0 | 10 | 1B | 20 | 17 | 16 | 3B |
| Octal | 255 | 221 | 177 | 0 | 20 | 33 | 40 | 27 | 26 | 73 |
| Binary | 10101101 | 10010001 | 1111111 | 0 | 10000 | 11011 | 100000 | 10111 | 10110 | 111011 |
Color Harmonies of #AD917F
Complementary color
Monochromatic Colors of #AD917F
Black with #AD917F
Text Example
Text Example
White with #AD917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD917F; }
p { color: rgb(173,145,127); }
H1.HeaderClassName
{
color: #AD917F;
}
.AnyTagClassName
{
color: #AD917F;
}
</style>
background-color css
<style>
a { background-color: #AD917F; }
a { background-color: rgb(173,145,127); }
div.DivClassName
{
background-color: #AD917F;
}
.BgClassName
{
background-color: #AD917F;
}
</style>
border-color css
<style>
span { border-color: #AD917F; }
span { border-color: rgb(173,145,127); }
td.TdClassName
{
border-color: #AD917F;
}
.TagClassName
{
border-color: #AD917F;
}
</style>