Shades of Sandrift #AD8D7E
Tints of Sandrift #AD8D7E
RGB
CMYK
RGB Variations
Color information
#AD8D7E (or 0xAD8D7E) is known color: Sandrift. HEX triplet: AD, 8D and 7E. RGB value is (173,141,126). Sum of RGB (Red+Green+Blue) = 173+141+126=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7E is #527281. Grayscale: #949494. Windows color (decimal): -5403266 or 8293805. OLE color: 8293805.
HSL color Cylindrical-coordinate representation of color #AD8D7E: hue angle of 19.15º 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 #AD8D7E is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 126 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.32 |
| HSL | 19.15º | 0.22% | 0.59% | - |
| HSV(B) | 19.15º | 0.27% | 0.68% | - |
| XYZ | 30.52 | 29.44 | 23.81 | - |
| YUV | 148.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 126 | 0 | 0.18 | 0.27 | 0.32 | 19.15 | 0.22 | 0.59 |
| Hex | AD | 8D | 7E | 0 | 12 | 1B | 20 | 13 | 16 | 3B |
| Octal | 255 | 215 | 176 | 0 | 22 | 33 | 40 | 23 | 26 | 73 |
| Binary | 10101101 | 10001101 | 1111110 | 0 | 10010 | 11011 | 100000 | 10011 | 10110 | 111011 |
Color Harmonies of #AD8D7E
Complementary color
Monochromatic Colors of #AD8D7E
Black with #AD8D7E
Text Example
Text Example
White with #AD8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D7E; }
p { color: rgb(173,141,126); }
H1.HeaderClassName
{
color: #AD8D7E;
}
.AnyTagClassName
{
color: #AD8D7E;
}
</style>
background-color css
<style>
a { background-color: #AD8D7E; }
a { background-color: rgb(173,141,126); }
div.DivClassName
{
background-color: #AD8D7E;
}
.BgClassName
{
background-color: #AD8D7E;
}
</style>
border-color css
<style>
span { border-color: #AD8D7E; }
span { border-color: rgb(173,141,126); }
td.TdClassName
{
border-color: #AD8D7E;
}
.TagClassName
{
border-color: #AD8D7E;
}
</style>