Shades of Sandal #A98963
Tints of Sandal #A98963
RGB
CMYK
RGB Variations
Color information
#A98963 (or 0xA98963) is known color: Sandal. HEX triplet: A9, 89 and 63. RGB value is (169,137,99). Sum of RGB (Red+Green+Blue) = 169+137+99=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A98963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98963 is #56769C. Grayscale: #8E8E8E. Windows color (decimal): -5666461 or 6523305. OLE color: 6523305.
HSL color Cylindrical-coordinate representation of color #A98963: hue angle of 32.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98963 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 99 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.34 |
| HSL | 32.57º | 0.29% | 0.53% | - |
| HSV(B) | 32.57º | 0.41% | 0.66% | - |
| XYZ | 27.56 | 27.23 | 15.61 | - |
| YUV | 142.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 99 | 0 | 0.19 | 0.41 | 0.34 | 32.57 | 0.29 | 0.53 |
| Hex | A9 | 89 | 63 | 0 | 13 | 29 | 22 | 21 | 1D | 35 |
| Octal | 251 | 211 | 143 | 0 | 23 | 51 | 42 | 41 | 35 | 65 |
| Binary | 10101001 | 10001001 | 1100011 | 0 | 10011 | 101001 | 100010 | 100001 | 11101 | 110101 |
Color Harmonies of #A98963
Complementary color
Monochromatic Colors of #A98963
Black with #A98963
Text Example
Text Example
White with #A98963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98963; }
p { color: rgb(169,137,99); }
H1.HeaderClassName
{
color: #A98963;
}
.AnyTagClassName
{
color: #A98963;
}
</style>
background-color css
<style>
a { background-color: #A98963; }
a { background-color: rgb(169,137,99); }
div.DivClassName
{
background-color: #A98963;
}
.BgClassName
{
background-color: #A98963;
}
</style>
border-color css
<style>
span { border-color: #A98963; }
span { border-color: rgb(169,137,99); }
td.TdClassName
{
border-color: #A98963;
}
.TagClassName
{
border-color: #A98963;
}
</style>