Shades of Sandrift #AD947E
Tints of Sandrift #AD947E
RGB
CMYK
RGB Variations
Color information
#AD947E (or 0xAD947E) is known color: Sandrift. HEX triplet: AD, 94 and 7E. RGB value is (173,148,126). Sum of RGB (Red+Green+Blue) = 173+148+126=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947E is #526B81. Grayscale: #999999. Windows color (decimal): -5401474 or 8295597. OLE color: 8295597.
HSL color Cylindrical-coordinate representation of color #AD947E: hue angle of 28.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD947E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 126 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.32 |
| HSL | 28.09º | 0.22% | 0.59% | - |
| HSV(B) | 28.09º | 0.27% | 0.68% | - |
| XYZ | 31.59 | 31.57 | 24.17 | - |
| YUV | 152.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 126 | 0 | 0.14 | 0.27 | 0.32 | 28.09 | 0.22 | 0.59 |
| Hex | AD | 94 | 7E | 0 | E | 1B | 20 | 1C | 16 | 3B |
| Octal | 255 | 224 | 176 | 0 | 16 | 33 | 40 | 34 | 26 | 73 |
| Binary | 10101101 | 10010100 | 1111110 | 0 | 1110 | 11011 | 100000 | 11100 | 10110 | 111011 |
Color Harmonies of #AD947E
Complementary color
Monochromatic Colors of #AD947E
Black with #AD947E
Text Example
Text Example
White with #AD947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD947E; }
p { color: rgb(173,148,126); }
H1.HeaderClassName
{
color: #AD947E;
}
.AnyTagClassName
{
color: #AD947E;
}
</style>
background-color css
<style>
a { background-color: #AD947E; }
a { background-color: rgb(173,148,126); }
div.DivClassName
{
background-color: #AD947E;
}
.BgClassName
{
background-color: #AD947E;
}
</style>
border-color css
<style>
span { border-color: #AD947E; }
span { border-color: rgb(173,148,126); }
td.TdClassName
{
border-color: #AD947E;
}
.TagClassName
{
border-color: #AD947E;
}
</style>