Shades of Sandrift #A98D79
Tints of Sandrift #A98D79
RGB
CMYK
RGB Variations
Color information
#A98D79 (or 0xA98D79) is known color: Sandrift. HEX triplet: A9, 8D and 79. RGB value is (169,141,121). Sum of RGB (Red+Green+Blue) = 169+141+121=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D79 is #567286. Grayscale: #939393. Windows color (decimal): -5665415 or 7966121. OLE color: 7966121.
HSL color Cylindrical-coordinate representation of color #A98D79: hue angle of 25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A98D79 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 121 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.34 |
| HSL | 25º | 0.22% | 0.57% | - |
| HSV(B) | 25º | 0.28% | 0.66% | - |
| XYZ | 29.34 | 28.87 | 22.11 | - |
| YUV | 147.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 121 | 0 | 0.17 | 0.28 | 0.34 | 25 | 0.22 | 0.57 |
| Hex | A9 | 8D | 79 | 0 | 11 | 1C | 22 | 19 | 16 | 39 |
| Octal | 251 | 215 | 171 | 0 | 21 | 34 | 42 | 31 | 26 | 71 |
| Binary | 10101001 | 10001101 | 1111001 | 0 | 10001 | 11100 | 100010 | 11001 | 10110 | 111001 |
Color Harmonies of #A98D79
Complementary color
Monochromatic Colors of #A98D79
Black with #A98D79
Text Example
Text Example
White with #A98D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D79; }
p { color: rgb(169,141,121); }
H1.HeaderClassName
{
color: #A98D79;
}
.AnyTagClassName
{
color: #A98D79;
}
</style>
background-color css
<style>
a { background-color: #A98D79; }
a { background-color: rgb(169,141,121); }
div.DivClassName
{
background-color: #A98D79;
}
.BgClassName
{
background-color: #A98D79;
}
</style>
border-color css
<style>
span { border-color: #A98D79; }
span { border-color: rgb(169,141,121); }
td.TdClassName
{
border-color: #A98D79;
}
.TagClassName
{
border-color: #A98D79;
}
</style>