Shades of Sandrift #AD8D7D
Tints of Sandrift #AD8D7D
RGB
CMYK
RGB Variations
Color information
#AD8D7D (or 0xAD8D7D) is known color: Sandrift. HEX triplet: AD, 8D and 7D. RGB value is (173,141,125). Sum of RGB (Red+Green+Blue) = 173+141+125=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7D is #527282. Grayscale: #949494. Windows color (decimal): -5403267 or 8228269. OLE color: 8228269.
HSL color Cylindrical-coordinate representation of color #AD8D7D: hue angle of 20º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8D7D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 125 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.32 |
| HSL | 20º | 0.23% | 0.58% | - |
| HSV(B) | 20º | 0.28% | 0.68% | - |
| XYZ | 30.46 | 29.41 | 23.47 | - |
| YUV | 148.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 125 | 0 | 0.18 | 0.28 | 0.32 | 20 | 0.23 | 0.58 |
| Hex | AD | 8D | 7D | 0 | 12 | 1C | 20 | 14 | 17 | 3A |
| Octal | 255 | 215 | 175 | 0 | 22 | 34 | 40 | 24 | 27 | 72 |
| Binary | 10101101 | 10001101 | 1111101 | 0 | 10010 | 11100 | 100000 | 10100 | 10111 | 111010 |
Color Harmonies of #AD8D7D
Complementary color
Monochromatic Colors of #AD8D7D
Black with #AD8D7D
Text Example
Text Example
White with #AD8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D7D; }
p { color: rgb(173,141,125); }
H1.HeaderClassName
{
color: #AD8D7D;
}
.AnyTagClassName
{
color: #AD8D7D;
}
</style>
background-color css
<style>
a { background-color: #AD8D7D; }
a { background-color: rgb(173,141,125); }
div.DivClassName
{
background-color: #AD8D7D;
}
.BgClassName
{
background-color: #AD8D7D;
}
</style>
border-color css
<style>
span { border-color: #AD8D7D; }
span { border-color: rgb(173,141,125); }
td.TdClassName
{
border-color: #AD8D7D;
}
.TagClassName
{
border-color: #AD8D7D;
}
</style>