Shades of Sandrift #AD917B
Tints of Sandrift #AD917B
RGB
CMYK
RGB Variations
Color information
#AD917B (or 0xAD917B) is known color: Sandrift. HEX triplet: AD, 91 and 7B. RGB value is (173,145,123). Sum of RGB (Red+Green+Blue) = 173+145+123=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917B is #526E84. Grayscale: #969696. Windows color (decimal): -5402245 or 8098221. OLE color: 8098221.
HSL color Cylindrical-coordinate representation of color #AD917B: hue angle of 26.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD917B is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 123 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.32 |
| HSL | 26.4º | 0.23% | 0.58% | - |
| HSV(B) | 26.4º | 0.29% | 0.68% | - |
| XYZ | 30.93 | 30.57 | 23.01 | - |
| YUV | 150.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 123 | 0 | 0.16 | 0.29 | 0.32 | 26.4 | 0.23 | 0.58 |
| Hex | AD | 91 | 7B | 0 | 10 | 1D | 20 | 1A | 17 | 3A |
| Octal | 255 | 221 | 173 | 0 | 20 | 35 | 40 | 32 | 27 | 72 |
| Binary | 10101101 | 10010001 | 1111011 | 0 | 10000 | 11101 | 100000 | 11010 | 10111 | 111010 |
Color Harmonies of #AD917B
Complementary color
Monochromatic Colors of #AD917B
Black with #AD917B
Text Example
Text Example
White with #AD917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD917B; }
p { color: rgb(173,145,123); }
H1.HeaderClassName
{
color: #AD917B;
}
.AnyTagClassName
{
color: #AD917B;
}
</style>
background-color css
<style>
a { background-color: #AD917B; }
a { background-color: rgb(173,145,123); }
div.DivClassName
{
background-color: #AD917B;
}
.BgClassName
{
background-color: #AD917B;
}
</style>
border-color css
<style>
span { border-color: #AD917B; }
span { border-color: rgb(173,145,123); }
td.TdClassName
{
border-color: #AD917B;
}
.TagClassName
{
border-color: #AD917B;
}
</style>