Shades of Sandrift #AD957C
Tints of Sandrift #AD957C
RGB
CMYK
RGB Variations
Color information
#AD957C (or 0xAD957C) is known color: Sandrift. HEX triplet: AD, 95 and 7C. RGB value is (173,149,124). Sum of RGB (Red+Green+Blue) = 173+149+124=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957C is #526A83. Grayscale: #999999. Windows color (decimal): -5401220 or 8164781. OLE color: 8164781.
HSL color Cylindrical-coordinate representation of color #AD957C: hue angle of 30.61º 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 #AD957C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 124 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.32 |
| HSL | 30.61º | 0.23% | 0.58% | - |
| HSV(B) | 30.61º | 0.28% | 0.68% | - |
| XYZ | 31.62 | 31.83 | 23.55 | - |
| YUV | 153.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 124 | 0 | 0.14 | 0.28 | 0.32 | 30.61 | 0.23 | 0.58 |
| Hex | AD | 95 | 7C | 0 | E | 1C | 20 | 1F | 17 | 3A |
| Octal | 255 | 225 | 174 | 0 | 16 | 34 | 40 | 37 | 27 | 72 |
| Binary | 10101101 | 10010101 | 1111100 | 0 | 1110 | 11100 | 100000 | 11111 | 10111 | 111010 |
Color Harmonies of #AD957C
Complementary color
Monochromatic Colors of #AD957C
Black with #AD957C
Text Example
Text Example
White with #AD957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD957C; }
p { color: rgb(173,149,124); }
H1.HeaderClassName
{
color: #AD957C;
}
.AnyTagClassName
{
color: #AD957C;
}
</style>
background-color css
<style>
a { background-color: #AD957C; }
a { background-color: rgb(173,149,124); }
div.DivClassName
{
background-color: #AD957C;
}
.BgClassName
{
background-color: #AD957C;
}
</style>
border-color css
<style>
span { border-color: #AD957C; }
span { border-color: rgb(173,149,124); }
td.TdClassName
{
border-color: #AD957C;
}
.TagClassName
{
border-color: #AD957C;
}
</style>