Shades of Sandrift #AD8D80
Tints of Sandrift #AD8D80
RGB
CMYK
RGB Variations
Color information
#AD8D80 (or 0xAD8D80) is known color: Sandrift. HEX triplet: AD, 8D and 80. RGB value is (173,141,128). Sum of RGB (Red+Green+Blue) = 173+141+128=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D80 is #52727F. Grayscale: #959595. Windows color (decimal): -5403264 or 8424877. OLE color: 8424877.
HSL color Cylindrical-coordinate representation of color #AD8D80: hue angle of 17.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8D80 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 128 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.32 |
| HSL | 17.33º | 0.22% | 0.59% | - |
| HSV(B) | 17.33º | 0.26% | 0.68% | - |
| XYZ | 30.65 | 29.49 | 24.5 | - |
| YUV | 149.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 128 | 0 | 0.18 | 0.26 | 0.32 | 17.33 | 0.22 | 0.59 |
| Hex | AD | 8D | 80 | 0 | 12 | 1A | 20 | 11 | 16 | 3B |
| Octal | 255 | 215 | 200 | 0 | 22 | 32 | 40 | 21 | 26 | 73 |
| Binary | 10101101 | 10001101 | 10000000 | 0 | 10010 | 11010 | 100000 | 10001 | 10110 | 111011 |
Color Harmonies of #AD8D80
Complementary color
Monochromatic Colors of #AD8D80
Black with #AD8D80
Text Example
Text Example
White with #AD8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D80; }
p { color: rgb(173,141,128); }
H1.HeaderClassName
{
color: #AD8D80;
}
.AnyTagClassName
{
color: #AD8D80;
}
</style>
background-color css
<style>
a { background-color: #AD8D80; }
a { background-color: rgb(173,141,128); }
div.DivClassName
{
background-color: #AD8D80;
}
.BgClassName
{
background-color: #AD8D80;
}
</style>
border-color css
<style>
span { border-color: #AD8D80; }
span { border-color: rgb(173,141,128); }
td.TdClassName
{
border-color: #AD8D80;
}
.TagClassName
{
border-color: #AD8D80;
}
</style>