Shades of Sandrift #A98F80
Tints of Sandrift #A98F80
RGB
CMYK
RGB Variations
Color information
#A98F80 (or 0xA98F80) is known color: Sandrift. HEX triplet: A9, 8F and 80. RGB value is (169,143,128). Sum of RGB (Red+Green+Blue) = 169+143+128=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98F80 is #56707F. Grayscale: #959595. Windows color (decimal): -5664896 or 8425385. OLE color: 8425385.
HSL color Cylindrical-coordinate representation of color #A98F80: hue angle of 21.95º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98F80 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 128 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.34 |
| HSL | 21.95º | 0.19% | 0.58% | - |
| HSV(B) | 21.95º | 0.24% | 0.66% | - |
| XYZ | 30.08 | 29.64 | 24.56 | - |
| YUV | 149.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 128 | 0 | 0.15 | 0.24 | 0.34 | 21.95 | 0.19 | 0.58 |
| Hex | A9 | 8F | 80 | 0 | F | 18 | 22 | 16 | 13 | 3A |
| Octal | 251 | 217 | 200 | 0 | 17 | 30 | 42 | 26 | 23 | 72 |
| Binary | 10101001 | 10001111 | 10000000 | 0 | 1111 | 11000 | 100010 | 10110 | 10011 | 111010 |
Color Harmonies of #A98F80
Complementary color
Monochromatic Colors of #A98F80
Black with #A98F80
Text Example
Text Example
White with #A98F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F80; }
p { color: rgb(169,143,128); }
H1.HeaderClassName
{
color: #A98F80;
}
.AnyTagClassName
{
color: #A98F80;
}
</style>
background-color css
<style>
a { background-color: #A98F80; }
a { background-color: rgb(169,143,128); }
div.DivClassName
{
background-color: #A98F80;
}
.BgClassName
{
background-color: #A98F80;
}
</style>
border-color css
<style>
span { border-color: #A98F80; }
span { border-color: rgb(169,143,128); }
td.TdClassName
{
border-color: #A98F80;
}
.TagClassName
{
border-color: #A98F80;
}
</style>