Shades of Sandal #A98A65
Tints of Sandal #A98A65
RGB
CMYK
RGB Variations
Color information
#A98A65 (or 0xA98A65) is known color: Sandal. HEX triplet: A9, 8A and 65. RGB value is (169,138,101). Sum of RGB (Red+Green+Blue) = 169+138+101=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A65 is #56759A. Grayscale: #8F8F8F. Windows color (decimal): -5666203 or 6654633. OLE color: 6654633.
HSL color Cylindrical-coordinate representation of color #A98A65: hue angle of 32.65º 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 #A98A65 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 101 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.34 |
| HSL | 32.65º | 0.28% | 0.53% | - |
| HSV(B) | 32.65º | 0.4% | 0.66% | - |
| XYZ | 27.8 | 27.55 | 16.16 | - |
| YUV | 143.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 101 | 0 | 0.18 | 0.40 | 0.34 | 32.65 | 0.28 | 0.53 |
| Hex | A9 | 8A | 65 | 0 | 12 | 28 | 22 | 21 | 1C | 35 |
| Octal | 251 | 212 | 145 | 0 | 22 | 50 | 42 | 41 | 34 | 65 |
| Binary | 10101001 | 10001010 | 1100101 | 0 | 10010 | 101000 | 100010 | 100001 | 11100 | 110101 |
Color Harmonies of #A98A65
Complementary color
Monochromatic Colors of #A98A65
Black with #A98A65
Text Example
Text Example
White with #A98A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A65; }
p { color: rgb(169,138,101); }
H1.HeaderClassName
{
color: #A98A65;
}
.AnyTagClassName
{
color: #A98A65;
}
</style>
background-color css
<style>
a { background-color: #A98A65; }
a { background-color: rgb(169,138,101); }
div.DivClassName
{
background-color: #A98A65;
}
.BgClassName
{
background-color: #A98A65;
}
</style>
border-color css
<style>
span { border-color: #A98A65; }
span { border-color: rgb(169,138,101); }
td.TdClassName
{
border-color: #A98A65;
}
.TagClassName
{
border-color: #A98A65;
}
</style>