Shades of Sandrift #A98E84
Tints of Sandrift #A98E84
RGB
CMYK
RGB Variations
Color information
#A98E84 (or 0xA98E84) is known color: Sandrift. HEX triplet: A9, 8E and 84. RGB value is (169,142,132). Sum of RGB (Red+Green+Blue) = 169+142+132=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98E84 is #56717B. Grayscale: #959595. Windows color (decimal): -5665148 or 8687273. OLE color: 8687273.
HSL color Cylindrical-coordinate representation of color #A98E84: hue angle of 16.22º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98E84 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 132 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.34 |
| HSL | 16.22º | 0.18% | 0.59% | - |
| HSV(B) | 16.22º | 0.22% | 0.66% | - |
| XYZ | 30.2 | 29.45 | 25.92 | - |
| YUV | 148.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 132 | 0 | 0.16 | 0.22 | 0.34 | 16.22 | 0.18 | 0.59 |
| Hex | A9 | 8E | 84 | 0 | 10 | 16 | 22 | 10 | 12 | 3B |
| Octal | 251 | 216 | 204 | 0 | 20 | 26 | 42 | 20 | 22 | 73 |
| Binary | 10101001 | 10001110 | 10000100 | 0 | 10000 | 10110 | 100010 | 10000 | 10010 | 111011 |
Color Harmonies of #A98E84
Complementary color
Monochromatic Colors of #A98E84
Black with #A98E84
Text Example
Text Example
White with #A98E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E84; }
p { color: rgb(169,142,132); }
H1.HeaderClassName
{
color: #A98E84;
}
.AnyTagClassName
{
color: #A98E84;
}
</style>
background-color css
<style>
a { background-color: #A98E84; }
a { background-color: rgb(169,142,132); }
div.DivClassName
{
background-color: #A98E84;
}
.BgClassName
{
background-color: #A98E84;
}
</style>
border-color css
<style>
span { border-color: #A98E84; }
span { border-color: rgb(169,142,132); }
td.TdClassName
{
border-color: #A98E84;
}
.TagClassName
{
border-color: #A98E84;
}
</style>