Shades of Sandrift #AD937E
Tints of Sandrift #AD937E
RGB
CMYK
RGB Variations
Color information
#AD937E (or 0xAD937E) is known color: Sandrift. HEX triplet: AD, 93 and 7E. RGB value is (173,147,126). Sum of RGB (Red+Green+Blue) = 173+147+126=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937E is #526C81. Grayscale: #989898. Windows color (decimal): -5401730 or 8295341. OLE color: 8295341.
HSL color Cylindrical-coordinate representation of color #AD937E: hue angle of 26.81º 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 #AD937E is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 126 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.32 |
| HSL | 26.81º | 0.22% | 0.59% | - |
| HSV(B) | 26.81º | 0.27% | 0.68% | - |
| XYZ | 31.43 | 31.26 | 24.12 | - |
| YUV | 152.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 126 | 0 | 0.15 | 0.27 | 0.32 | 26.81 | 0.22 | 0.59 |
| Hex | AD | 93 | 7E | 0 | F | 1B | 20 | 1B | 16 | 3B |
| Octal | 255 | 223 | 176 | 0 | 17 | 33 | 40 | 33 | 26 | 73 |
| Binary | 10101101 | 10010011 | 1111110 | 0 | 1111 | 11011 | 100000 | 11011 | 10110 | 111011 |
Color Harmonies of #AD937E
Complementary color
Monochromatic Colors of #AD937E
Black with #AD937E
Text Example
Text Example
White with #AD937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD937E; }
p { color: rgb(173,147,126); }
H1.HeaderClassName
{
color: #AD937E;
}
.AnyTagClassName
{
color: #AD937E;
}
</style>
background-color css
<style>
a { background-color: #AD937E; }
a { background-color: rgb(173,147,126); }
div.DivClassName
{
background-color: #AD937E;
}
.BgClassName
{
background-color: #AD937E;
}
</style>
border-color css
<style>
span { border-color: #AD937E; }
span { border-color: rgb(173,147,126); }
td.TdClassName
{
border-color: #AD937E;
}
.TagClassName
{
border-color: #AD937E;
}
</style>