Shades of Sandal #A98A68
Tints of Sandal #A98A68
RGB
CMYK
RGB Variations
Color information
#A98A68 (or 0xA98A68) is known color: Sandal. HEX triplet: A9, 8A and 68. RGB value is (169,138,104). Sum of RGB (Red+Green+Blue) = 169+138+104=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A68 is #567597. Grayscale: #8F8F8F. Windows color (decimal): -5666200 or 6851241. OLE color: 6851241.
HSL color Cylindrical-coordinate representation of color #A98A68: hue angle of 31.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98A68 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 104 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.34 |
| HSL | 31.38º | 0.27% | 0.54% | - |
| HSV(B) | 31.38º | 0.38% | 0.66% | - |
| XYZ | 27.95 | 27.61 | 16.95 | - |
| YUV | 143.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 104 | 0 | 0.18 | 0.38 | 0.34 | 31.38 | 0.27 | 0.54 |
| Hex | A9 | 8A | 68 | 0 | 12 | 26 | 22 | 1F | 1B | 36 |
| Octal | 251 | 212 | 150 | 0 | 22 | 46 | 42 | 37 | 33 | 66 |
| Binary | 10101001 | 10001010 | 1101000 | 0 | 10010 | 100110 | 100010 | 11111 | 11011 | 110110 |
Color Harmonies of #A98A68
Complementary color
Monochromatic Colors of #A98A68
Black with #A98A68
Text Example
Text Example
White with #A98A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A68; }
p { color: rgb(169,138,104); }
H1.HeaderClassName
{
color: #A98A68;
}
.AnyTagClassName
{
color: #A98A68;
}
</style>
background-color css
<style>
a { background-color: #A98A68; }
a { background-color: rgb(169,138,104); }
div.DivClassName
{
background-color: #A98A68;
}
.BgClassName
{
background-color: #A98A68;
}
</style>
border-color css
<style>
span { border-color: #A98A68; }
span { border-color: rgb(169,138,104); }
td.TdClassName
{
border-color: #A98A68;
}
.TagClassName
{
border-color: #A98A68;
}
</style>