Shades of Sandrift #AD8E7F
Tints of Sandrift #AD8E7F
RGB
CMYK
RGB Variations
Color information
#AD8E7F (or 0xAD8E7F) is known color: Sandrift. HEX triplet: AD, 8E and 7F. RGB value is (173,142,127). Sum of RGB (Red+Green+Blue) = 173+142+127=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E7F is #527180. Grayscale: #959595. Windows color (decimal): -5403009 or 8359597. OLE color: 8359597.
HSL color Cylindrical-coordinate representation of color #AD8E7F: hue angle of 19.57º 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 #AD8E7F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 142 | 127 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.32 |
| HSL | 19.57º | 0.22% | 0.59% | - |
| HSV(B) | 19.57º | 0.27% | 0.68% | - |
| XYZ | 30.74 | 29.76 | 24.2 | - |
| YUV | 149.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 142 | 127 | 0 | 0.18 | 0.27 | 0.32 | 19.57 | 0.22 | 0.59 |
| Hex | AD | 8E | 7F | 0 | 12 | 1B | 20 | 14 | 16 | 3B |
| Octal | 255 | 216 | 177 | 0 | 22 | 33 | 40 | 24 | 26 | 73 |
| Binary | 10101101 | 10001110 | 1111111 | 0 | 10010 | 11011 | 100000 | 10100 | 10110 | 111011 |
Color Harmonies of #AD8E7F
Complementary color
Monochromatic Colors of #AD8E7F
Black with #AD8E7F
Text Example
Text Example
White with #AD8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8E7F; }
p { color: rgb(173,142,127); }
H1.HeaderClassName
{
color: #AD8E7F;
}
.AnyTagClassName
{
color: #AD8E7F;
}
</style>
background-color css
<style>
a { background-color: #AD8E7F; }
a { background-color: rgb(173,142,127); }
div.DivClassName
{
background-color: #AD8E7F;
}
.BgClassName
{
background-color: #AD8E7F;
}
</style>
border-color css
<style>
span { border-color: #AD8E7F; }
span { border-color: rgb(173,142,127); }
td.TdClassName
{
border-color: #AD8E7F;
}
.TagClassName
{
border-color: #AD8E7F;
}
</style>