Shades of Sandrift #AD927C
Tints of Sandrift #AD927C
RGB
CMYK
RGB Variations
Color information
#AD927C (or 0xAD927C) is known color: Sandrift. HEX triplet: AD, 92 and 7C. RGB value is (173,146,124). Sum of RGB (Red+Green+Blue) = 173+146+124=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD927C is #526D83. Grayscale: #979797. Windows color (decimal): -5401988 or 8164013. OLE color: 8164013.
HSL color Cylindrical-coordinate representation of color #AD927C: hue angle of 26.94º 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 #AD927C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 124 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.32 |
| HSL | 26.94º | 0.23% | 0.58% | - |
| HSV(B) | 26.94º | 0.28% | 0.68% | - |
| XYZ | 31.15 | 30.9 | 23.39 | - |
| YUV | 151.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 124 | 0 | 0.16 | 0.28 | 0.32 | 26.94 | 0.23 | 0.58 |
| Hex | AD | 92 | 7C | 0 | 10 | 1C | 20 | 1B | 17 | 3A |
| Octal | 255 | 222 | 174 | 0 | 20 | 34 | 40 | 33 | 27 | 72 |
| Binary | 10101101 | 10010010 | 1111100 | 0 | 10000 | 11100 | 100000 | 11011 | 10111 | 111010 |
Color Harmonies of #AD927C
Complementary color
Monochromatic Colors of #AD927C
Black with #AD927C
Text Example
Text Example
White with #AD927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD927C; }
p { color: rgb(173,146,124); }
H1.HeaderClassName
{
color: #AD927C;
}
.AnyTagClassName
{
color: #AD927C;
}
</style>
background-color css
<style>
a { background-color: #AD927C; }
a { background-color: rgb(173,146,124); }
div.DivClassName
{
background-color: #AD927C;
}
.BgClassName
{
background-color: #AD927C;
}
</style>
border-color css
<style>
span { border-color: #AD927C; }
span { border-color: rgb(173,146,124); }
td.TdClassName
{
border-color: #AD927C;
}
.TagClassName
{
border-color: #AD927C;
}
</style>