Shades of Sandrift #AD907D
Tints of Sandrift #AD907D
RGB
CMYK
RGB Variations
Color information
#AD907D (or 0xAD907D) is known color: Sandrift. HEX triplet: AD, 90 and 7D. RGB value is (173,144,125). Sum of RGB (Red+Green+Blue) = 173+144+125=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD907D is #526F82. Grayscale: #969696. Windows color (decimal): -5402499 or 8229037. OLE color: 8229037.
HSL color Cylindrical-coordinate representation of color #AD907D: hue angle of 23.75º 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 #AD907D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 125 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.32 |
| HSL | 23.75º | 0.23% | 0.58% | - |
| HSV(B) | 23.75º | 0.28% | 0.68% | - |
| XYZ | 30.91 | 30.31 | 23.62 | - |
| YUV | 150.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 125 | 0 | 0.17 | 0.28 | 0.32 | 23.75 | 0.23 | 0.58 |
| Hex | AD | 90 | 7D | 0 | 11 | 1C | 20 | 18 | 17 | 3A |
| Octal | 255 | 220 | 175 | 0 | 21 | 34 | 40 | 30 | 27 | 72 |
| Binary | 10101101 | 10010000 | 1111101 | 0 | 10001 | 11100 | 100000 | 11000 | 10111 | 111010 |
Color Harmonies of #AD907D
Complementary color
Monochromatic Colors of #AD907D
Black with #AD907D
Text Example
Text Example
White with #AD907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD907D; }
p { color: rgb(173,144,125); }
H1.HeaderClassName
{
color: #AD907D;
}
.AnyTagClassName
{
color: #AD907D;
}
</style>
background-color css
<style>
a { background-color: #AD907D; }
a { background-color: rgb(173,144,125); }
div.DivClassName
{
background-color: #AD907D;
}
.BgClassName
{
background-color: #AD907D;
}
</style>
border-color css
<style>
span { border-color: #AD907D; }
span { border-color: rgb(173,144,125); }
td.TdClassName
{
border-color: #AD907D;
}
.TagClassName
{
border-color: #AD907D;
}
</style>