Shades of Sandrift #AD8D75
Tints of Sandrift #AD8D75
RGB
CMYK
RGB Variations
Color information
#AD8D75 (or 0xAD8D75) is known color: Sandrift. HEX triplet: AD, 8D and 75. RGB value is (173,141,117). Sum of RGB (Red+Green+Blue) = 173+141+117=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D75 is #52728A. Grayscale: #939393. Windows color (decimal): -5403275 or 7703981. OLE color: 7703981.
HSL color Cylindrical-coordinate representation of color #AD8D75: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8D75 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 117 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.32 |
| HSL | 25.71º | 0.25% | 0.57% | - |
| HSV(B) | 25.71º | 0.32% | 0.68% | - |
| XYZ | 29.97 | 29.22 | 20.89 | - |
| YUV | 147.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 117 | 0 | 0.18 | 0.32 | 0.32 | 25.71 | 0.25 | 0.57 |
| Hex | AD | 8D | 75 | 0 | 12 | 20 | 20 | 1A | 19 | 39 |
| Octal | 255 | 215 | 165 | 0 | 22 | 40 | 40 | 32 | 31 | 71 |
| Binary | 10101101 | 10001101 | 1110101 | 0 | 10010 | 100000 | 100000 | 11010 | 11001 | 111001 |
Color Harmonies of #AD8D75
Complementary color
Monochromatic Colors of #AD8D75
Black with #AD8D75
Text Example
Text Example
White with #AD8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D75; }
p { color: rgb(173,141,117); }
H1.HeaderClassName
{
color: #AD8D75;
}
.AnyTagClassName
{
color: #AD8D75;
}
</style>
background-color css
<style>
a { background-color: #AD8D75; }
a { background-color: rgb(173,141,117); }
div.DivClassName
{
background-color: #AD8D75;
}
.BgClassName
{
background-color: #AD8D75;
}
</style>
border-color css
<style>
span { border-color: #AD8D75; }
span { border-color: rgb(173,141,117); }
td.TdClassName
{
border-color: #AD8D75;
}
.TagClassName
{
border-color: #AD8D75;
}
</style>