Shades of Sandrift #AD9581
Tints of Sandrift #AD9581
RGB
CMYK
RGB Variations
Color information
#AD9581 (or 0xAD9581) is known color: Sandrift. HEX triplet: AD, 95 and 81. RGB value is (173,149,129). Sum of RGB (Red+Green+Blue) = 173+149+129=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9581 is #526A7E. Grayscale: #9A9A9A. Windows color (decimal): -5401215 or 8492461. OLE color: 8492461.
HSL color Cylindrical-coordinate representation of color #AD9581: hue angle of 27.27º 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 #AD9581 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 129 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.32 |
| HSL | 27.27º | 0.21% | 0.59% | - |
| HSV(B) | 27.27º | 0.25% | 0.68% | - |
| XYZ | 31.94 | 31.96 | 25.25 | - |
| YUV | 153.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 129 | 0 | 0.14 | 0.25 | 0.32 | 27.27 | 0.21 | 0.59 |
| Hex | AD | 95 | 81 | 0 | E | 19 | 20 | 1B | 15 | 3B |
| Octal | 255 | 225 | 201 | 0 | 16 | 31 | 40 | 33 | 25 | 73 |
| Binary | 10101101 | 10010101 | 10000001 | 0 | 1110 | 11001 | 100000 | 11011 | 10101 | 111011 |
Color Harmonies of #AD9581
Complementary color
Monochromatic Colors of #AD9581
Black with #AD9581
Text Example
Text Example
White with #AD9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9581; }
p { color: rgb(173,149,129); }
H1.HeaderClassName
{
color: #AD9581;
}
.AnyTagClassName
{
color: #AD9581;
}
</style>
background-color css
<style>
a { background-color: #AD9581; }
a { background-color: rgb(173,149,129); }
div.DivClassName
{
background-color: #AD9581;
}
.BgClassName
{
background-color: #AD9581;
}
</style>
border-color css
<style>
span { border-color: #AD9581; }
span { border-color: rgb(173,149,129); }
td.TdClassName
{
border-color: #AD9581;
}
.TagClassName
{
border-color: #AD9581;
}
</style>