Shades of Sandrift #AD8F7F
Tints of Sandrift #AD8F7F
RGB
CMYK
RGB Variations
Color information
#AD8F7F (or 0xAD8F7F) is known color: Sandrift. HEX triplet: AD, 8F and 7F. RGB value is (173,143,127). Sum of RGB (Red+Green+Blue) = 173+143+127=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F7F is #527080. Grayscale: #969696. Windows color (decimal): -5402753 or 8359853. OLE color: 8359853.
HSL color Cylindrical-coordinate representation of color #AD8F7F: hue angle of 20.87º 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 #AD8F7F is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 127 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.32 |
| HSL | 20.87º | 0.22% | 0.59% | - |
| HSV(B) | 20.87º | 0.27% | 0.68% | - |
| XYZ | 30.89 | 30.06 | 24.25 | - |
| YUV | 150.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 127 | 0 | 0.17 | 0.27 | 0.32 | 20.87 | 0.22 | 0.59 |
| Hex | AD | 8F | 7F | 0 | 11 | 1B | 20 | 15 | 16 | 3B |
| Octal | 255 | 217 | 177 | 0 | 21 | 33 | 40 | 25 | 26 | 73 |
| Binary | 10101101 | 10001111 | 1111111 | 0 | 10001 | 11011 | 100000 | 10101 | 10110 | 111011 |
Color Harmonies of #AD8F7F
Complementary color
Monochromatic Colors of #AD8F7F
Black with #AD8F7F
Text Example
Text Example
White with #AD8F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F7F; }
p { color: rgb(173,143,127); }
H1.HeaderClassName
{
color: #AD8F7F;
}
.AnyTagClassName
{
color: #AD8F7F;
}
</style>
background-color css
<style>
a { background-color: #AD8F7F; }
a { background-color: rgb(173,143,127); }
div.DivClassName
{
background-color: #AD8F7F;
}
.BgClassName
{
background-color: #AD8F7F;
}
</style>
border-color css
<style>
span { border-color: #AD8F7F; }
span { border-color: rgb(173,143,127); }
td.TdClassName
{
border-color: #AD8F7F;
}
.TagClassName
{
border-color: #AD8F7F;
}
</style>