Shades of Sandrift #AD9079
Tints of Sandrift #AD9079
RGB
CMYK
RGB Variations
Color information
#AD9079 (or 0xAD9079) is known color: Sandrift. HEX triplet: AD, 90 and 79. RGB value is (173,144,121). Sum of RGB (Red+Green+Blue) = 173+144+121=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9079 is #526F86. Grayscale: #969696. Windows color (decimal): -5402503 or 7966893. OLE color: 7966893.
HSL color Cylindrical-coordinate representation of color #AD9079: hue angle of 26.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD9079 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 121 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.32 |
| HSL | 26.54º | 0.24% | 0.58% | - |
| HSV(B) | 26.54º | 0.3% | 0.68% | - |
| XYZ | 30.66 | 30.21 | 22.3 | - |
| YUV | 150.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 121 | 0 | 0.17 | 0.30 | 0.32 | 26.54 | 0.24 | 0.58 |
| Hex | AD | 90 | 79 | 0 | 11 | 1E | 20 | 1B | 18 | 3A |
| Octal | 255 | 220 | 171 | 0 | 21 | 36 | 40 | 33 | 30 | 72 |
| Binary | 10101101 | 10010000 | 1111001 | 0 | 10001 | 11110 | 100000 | 11011 | 11000 | 111010 |
Color Harmonies of #AD9079
Complementary color
Monochromatic Colors of #AD9079
Black with #AD9079
Text Example
Text Example
White with #AD9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9079; }
p { color: rgb(173,144,121); }
H1.HeaderClassName
{
color: #AD9079;
}
.AnyTagClassName
{
color: #AD9079;
}
</style>
background-color css
<style>
a { background-color: #AD9079; }
a { background-color: rgb(173,144,121); }
div.DivClassName
{
background-color: #AD9079;
}
.BgClassName
{
background-color: #AD9079;
}
</style>
border-color css
<style>
span { border-color: #AD9079; }
span { border-color: rgb(173,144,121); }
td.TdClassName
{
border-color: #AD9079;
}
.TagClassName
{
border-color: #AD9079;
}
</style>