Shades of Sandrift #A98F81
Tints of Sandrift #A98F81
RGB
CMYK
RGB Variations
Color information
#A98F81 (or 0xA98F81) is known color: Sandrift. HEX triplet: A9, 8F and 81. RGB value is (169,143,129). Sum of RGB (Red+Green+Blue) = 169+143+129=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98F81 is #56707E. Grayscale: #959595. Windows color (decimal): -5664895 or 8490921. OLE color: 8490921.
HSL color Cylindrical-coordinate representation of color #A98F81: hue angle of 21º 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 #A98F81 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 129 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.34 |
| HSL | 21º | 0.19% | 0.58% | - |
| HSV(B) | 21º | 0.24% | 0.66% | - |
| XYZ | 30.15 | 29.66 | 24.91 | - |
| YUV | 149.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 129 | 0 | 0.15 | 0.24 | 0.34 | 21 | 0.19 | 0.58 |
| Hex | A9 | 8F | 81 | 0 | F | 18 | 22 | 15 | 13 | 3A |
| Octal | 251 | 217 | 201 | 0 | 17 | 30 | 42 | 25 | 23 | 72 |
| Binary | 10101001 | 10001111 | 10000001 | 0 | 1111 | 11000 | 100010 | 10101 | 10011 | 111010 |
Color Harmonies of #A98F81
Complementary color
Monochromatic Colors of #A98F81
Black with #A98F81
Text Example
Text Example
White with #A98F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F81; }
p { color: rgb(169,143,129); }
H1.HeaderClassName
{
color: #A98F81;
}
.AnyTagClassName
{
color: #A98F81;
}
</style>
background-color css
<style>
a { background-color: #A98F81; }
a { background-color: rgb(169,143,129); }
div.DivClassName
{
background-color: #A98F81;
}
.BgClassName
{
background-color: #A98F81;
}
</style>
border-color css
<style>
span { border-color: #A98F81; }
span { border-color: rgb(169,143,129); }
td.TdClassName
{
border-color: #A98F81;
}
.TagClassName
{
border-color: #A98F81;
}
</style>