Shades of Sandrift #AD8F81
Tints of Sandrift #AD8F81
RGB
CMYK
RGB Variations
Color information
#AD8F81 (or 0xAD8F81) is known color: Sandrift. HEX triplet: AD, 8F and 81. RGB value is (173,143,129). Sum of RGB (Red+Green+Blue) = 173+143+129=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F81 is #52707E. Grayscale: #969696. Windows color (decimal): -5402751 or 8490925. OLE color: 8490925.
HSL color Cylindrical-coordinate representation of color #AD8F81: hue angle of 19.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8F81 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 129 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.32 |
| HSL | 19.09º | 0.21% | 0.59% | - |
| HSV(B) | 19.09º | 0.25% | 0.68% | - |
| XYZ | 31.02 | 30.11 | 24.95 | - |
| YUV | 150.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 129 | 0 | 0.17 | 0.25 | 0.32 | 19.09 | 0.21 | 0.59 |
| Hex | AD | 8F | 81 | 0 | 11 | 19 | 20 | 13 | 15 | 3B |
| Octal | 255 | 217 | 201 | 0 | 21 | 31 | 40 | 23 | 25 | 73 |
| Binary | 10101101 | 10001111 | 10000001 | 0 | 10001 | 11001 | 100000 | 10011 | 10101 | 111011 |
Color Harmonies of #AD8F81
Complementary color
Monochromatic Colors of #AD8F81
Black with #AD8F81
Text Example
Text Example
White with #AD8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F81; }
p { color: rgb(173,143,129); }
H1.HeaderClassName
{
color: #AD8F81;
}
.AnyTagClassName
{
color: #AD8F81;
}
</style>
background-color css
<style>
a { background-color: #AD8F81; }
a { background-color: rgb(173,143,129); }
div.DivClassName
{
background-color: #AD8F81;
}
.BgClassName
{
background-color: #AD8F81;
}
</style>
border-color css
<style>
span { border-color: #AD8F81; }
span { border-color: rgb(173,143,129); }
td.TdClassName
{
border-color: #AD8F81;
}
.TagClassName
{
border-color: #AD8F81;
}
</style>