Shades of Sandrift #AD8D7B
Tints of Sandrift #AD8D7B
RGB
CMYK
RGB Variations
Color information
#AD8D7B (or 0xAD8D7B) is known color: Sandrift. HEX triplet: AD, 8D and 7B. RGB value is (173,141,123). Sum of RGB (Red+Green+Blue) = 173+141+123=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7B is #527284. Grayscale: #949494. Windows color (decimal): -5403269 or 8097197. OLE color: 8097197.
HSL color Cylindrical-coordinate representation of color #AD8D7B: hue angle of 21.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD8D7B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 123 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.32 |
| HSL | 21.6º | 0.23% | 0.58% | - |
| HSV(B) | 21.6º | 0.29% | 0.68% | - |
| XYZ | 30.33 | 29.36 | 22.81 | - |
| YUV | 148.52 | 113.6 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 123 | 0 | 0.18 | 0.29 | 0.32 | 21.6 | 0.23 | 0.58 |
| Hex | AD | 8D | 7B | 0 | 12 | 1D | 20 | 16 | 17 | 3A |
| Octal | 255 | 215 | 173 | 0 | 22 | 35 | 40 | 26 | 27 | 72 |
| Binary | 10101101 | 10001101 | 1111011 | 0 | 10010 | 11101 | 100000 | 10110 | 10111 | 111010 |
Color Harmonies of #AD8D7B
Complementary color
Monochromatic Colors of #AD8D7B
Black with #AD8D7B
Text Example
Text Example
White with #AD8D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D7B; }
p { color: rgb(173,141,123); }
H1.HeaderClassName
{
color: #AD8D7B;
}
.AnyTagClassName
{
color: #AD8D7B;
}
</style>
background-color css
<style>
a { background-color: #AD8D7B; }
a { background-color: rgb(173,141,123); }
div.DivClassName
{
background-color: #AD8D7B;
}
.BgClassName
{
background-color: #AD8D7B;
}
</style>
border-color css
<style>
span { border-color: #AD8D7B; }
span { border-color: rgb(173,141,123); }
td.TdClassName
{
border-color: #AD8D7B;
}
.TagClassName
{
border-color: #AD8D7B;
}
</style>