Shades of Sandrift #AD957F
Tints of Sandrift #AD957F
RGB
CMYK
RGB Variations
Color information
#AD957F (or 0xAD957F) is known color: Sandrift. HEX triplet: AD, 95 and 7F. RGB value is (173,149,127). Sum of RGB (Red+Green+Blue) = 173+149+127=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957F is #526A80. Grayscale: #999999. Windows color (decimal): -5401217 or 8361389. OLE color: 8361389.
HSL color Cylindrical-coordinate representation of color #AD957F: hue angle of 28.7º 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 #AD957F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 127 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.32 |
| HSL | 28.7º | 0.22% | 0.59% | - |
| HSV(B) | 28.7º | 0.27% | 0.68% | - |
| XYZ | 31.81 | 31.91 | 24.56 | - |
| YUV | 153.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 127 | 0 | 0.14 | 0.27 | 0.32 | 28.7 | 0.22 | 0.59 |
| Hex | AD | 95 | 7F | 0 | E | 1B | 20 | 1D | 16 | 3B |
| Octal | 255 | 225 | 177 | 0 | 16 | 33 | 40 | 35 | 26 | 73 |
| Binary | 10101101 | 10010101 | 1111111 | 0 | 1110 | 11011 | 100000 | 11101 | 10110 | 111011 |
Color Harmonies of #AD957F
Complementary color
Monochromatic Colors of #AD957F
Black with #AD957F
Text Example
Text Example
White with #AD957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD957F; }
p { color: rgb(173,149,127); }
H1.HeaderClassName
{
color: #AD957F;
}
.AnyTagClassName
{
color: #AD957F;
}
</style>
background-color css
<style>
a { background-color: #AD957F; }
a { background-color: rgb(173,149,127); }
div.DivClassName
{
background-color: #AD957F;
}
.BgClassName
{
background-color: #AD957F;
}
</style>
border-color css
<style>
span { border-color: #AD957F; }
span { border-color: rgb(173,149,127); }
td.TdClassName
{
border-color: #AD957F;
}
.TagClassName
{
border-color: #AD957F;
}
</style>