Shades of Sandrift #AD8F75
Tints of Sandrift #AD8F75
RGB
CMYK
RGB Variations
Color information
#AD8F75 (or 0xAD8F75) is known color: Sandrift. HEX triplet: AD, 8F and 75. RGB value is (173,143,117). Sum of RGB (Red+Green+Blue) = 173+143+117=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F75 is #52708A. Grayscale: #959595. Windows color (decimal): -5402763 or 7704493. OLE color: 7704493.
HSL color Cylindrical-coordinate representation of color #AD8F75: hue angle of 27.86º 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 #AD8F75 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 117 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.32 |
| HSL | 27.86º | 0.25% | 0.57% | - |
| HSV(B) | 27.86º | 0.32% | 0.68% | - |
| XYZ | 30.27 | 29.81 | 20.99 | - |
| YUV | 149.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 117 | 0 | 0.17 | 0.32 | 0.32 | 27.86 | 0.25 | 0.57 |
| Hex | AD | 8F | 75 | 0 | 11 | 20 | 20 | 1C | 19 | 39 |
| Octal | 255 | 217 | 165 | 0 | 21 | 40 | 40 | 34 | 31 | 71 |
| Binary | 10101101 | 10001111 | 1110101 | 0 | 10001 | 100000 | 100000 | 11100 | 11001 | 111001 |
Color Harmonies of #AD8F75
Complementary color
Monochromatic Colors of #AD8F75
Black with #AD8F75
Text Example
Text Example
White with #AD8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F75; }
p { color: rgb(173,143,117); }
H1.HeaderClassName
{
color: #AD8F75;
}
.AnyTagClassName
{
color: #AD8F75;
}
</style>
background-color css
<style>
a { background-color: #AD8F75; }
a { background-color: rgb(173,143,117); }
div.DivClassName
{
background-color: #AD8F75;
}
.BgClassName
{
background-color: #AD8F75;
}
</style>
border-color css
<style>
span { border-color: #AD8F75; }
span { border-color: rgb(173,143,117); }
td.TdClassName
{
border-color: #AD8F75;
}
.TagClassName
{
border-color: #AD8F75;
}
</style>