Shades of Sandrift #AD9781
Tints of Sandrift #AD9781
RGB
CMYK
RGB Variations
Color information
#AD9781 (or 0xAD9781) is known color: Sandrift. HEX triplet: AD, 97 and 81. RGB value is (173,151,129). Sum of RGB (Red+Green+Blue) = 173+151+129=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9781 is #52687E. Grayscale: #9B9B9B. Windows color (decimal): -5400703 or 8492973. OLE color: 8492973.
HSL color Cylindrical-coordinate representation of color #AD9781: hue angle of 30º 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 #AD9781 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 129 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.32 |
| HSL | 30º | 0.21% | 0.59% | - |
| HSV(B) | 30º | 0.25% | 0.68% | - |
| XYZ | 32.26 | 32.6 | 25.36 | - |
| YUV | 155.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 129 | 0 | 0.13 | 0.25 | 0.32 | 30 | 0.21 | 0.59 |
| Hex | AD | 97 | 81 | 0 | D | 19 | 20 | 1E | 15 | 3B |
| Octal | 255 | 227 | 201 | 0 | 15 | 31 | 40 | 36 | 25 | 73 |
| Binary | 10101101 | 10010111 | 10000001 | 0 | 1101 | 11001 | 100000 | 11110 | 10101 | 111011 |
Color Harmonies of #AD9781
Complementary color
Monochromatic Colors of #AD9781
Black with #AD9781
Text Example
Text Example
White with #AD9781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9781; }
p { color: rgb(173,151,129); }
H1.HeaderClassName
{
color: #AD9781;
}
.AnyTagClassName
{
color: #AD9781;
}
</style>
background-color css
<style>
a { background-color: #AD9781; }
a { background-color: rgb(173,151,129); }
div.DivClassName
{
background-color: #AD9781;
}
.BgClassName
{
background-color: #AD9781;
}
</style>
border-color css
<style>
span { border-color: #AD9781; }
span { border-color: rgb(173,151,129); }
td.TdClassName
{
border-color: #AD9781;
}
.TagClassName
{
border-color: #AD9781;
}
</style>