Shades of Sandal #A98966
Tints of Sandal #A98966
RGB
CMYK
RGB Variations
Color information
#A98966 (or 0xA98966) is known color: Sandal. HEX triplet: A9, 89 and 66. RGB value is (169,137,102). Sum of RGB (Red+Green+Blue) = 169+137+102=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A98966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98966 is #567699. Grayscale: #8E8E8E. Windows color (decimal): -5666458 or 6719913. OLE color: 6719913.
HSL color Cylindrical-coordinate representation of color #A98966: hue angle of 31.34º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98966 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 102 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.34 |
| HSL | 31.34º | 0.28% | 0.53% | - |
| HSV(B) | 31.34º | 0.4% | 0.66% | - |
| XYZ | 27.71 | 27.29 | 16.38 | - |
| YUV | 142.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 102 | 0 | 0.19 | 0.40 | 0.34 | 31.34 | 0.28 | 0.53 |
| Hex | A9 | 89 | 66 | 0 | 13 | 28 | 22 | 1F | 1C | 35 |
| Octal | 251 | 211 | 146 | 0 | 23 | 50 | 42 | 37 | 34 | 65 |
| Binary | 10101001 | 10001001 | 1100110 | 0 | 10011 | 101000 | 100010 | 11111 | 11100 | 110101 |
Color Harmonies of #A98966
Complementary color
Monochromatic Colors of #A98966
Black with #A98966
Text Example
Text Example
White with #A98966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98966; }
p { color: rgb(169,137,102); }
H1.HeaderClassName
{
color: #A98966;
}
.AnyTagClassName
{
color: #A98966;
}
</style>
background-color css
<style>
a { background-color: #A98966; }
a { background-color: rgb(169,137,102); }
div.DivClassName
{
background-color: #A98966;
}
.BgClassName
{
background-color: #A98966;
}
</style>
border-color css
<style>
span { border-color: #A98966; }
span { border-color: rgb(169,137,102); }
td.TdClassName
{
border-color: #A98966;
}
.TagClassName
{
border-color: #A98966;
}
</style>