Shades of Sandal #A9866D
Tints of Sandal #A9866D
RGB
CMYK
RGB Variations
Color information
#A9866D (or 0xA9866D) is known color: Sandal. HEX triplet: A9, 86 and 6D. RGB value is (169,134,109). Sum of RGB (Red+Green+Blue) = 169+134+109=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9866D is #567992. Grayscale: #8D8D8D. Windows color (decimal): -5667219 or 7177897. OLE color: 7177897.
HSL color Cylindrical-coordinate representation of color #A9866D: hue angle of 25º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9866D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 109 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.34 |
| HSL | 25º | 0.26% | 0.55% | - |
| HSV(B) | 25º | 0.36% | 0.66% | - |
| XYZ | 27.65 | 26.59 | 18.14 | - |
| YUV | 141.62 | 109.6 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 109 | 0 | 0.21 | 0.36 | 0.34 | 25 | 0.26 | 0.55 |
| Hex | A9 | 86 | 6D | 0 | 15 | 24 | 22 | 19 | 1A | 37 |
| Octal | 251 | 206 | 155 | 0 | 25 | 44 | 42 | 31 | 32 | 67 |
| Binary | 10101001 | 10000110 | 1101101 | 0 | 10101 | 100100 | 100010 | 11001 | 11010 | 110111 |
Color Harmonies of #A9866D
Complementary color
Monochromatic Colors of #A9866D
Black with #A9866D
Text Example
Text Example
White with #A9866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9866D; }
p { color: rgb(169,134,109); }
H1.HeaderClassName
{
color: #A9866D;
}
.AnyTagClassName
{
color: #A9866D;
}
</style>
background-color css
<style>
a { background-color: #A9866D; }
a { background-color: rgb(169,134,109); }
div.DivClassName
{
background-color: #A9866D;
}
.BgClassName
{
background-color: #A9866D;
}
</style>
border-color css
<style>
span { border-color: #A9866D; }
span { border-color: rgb(169,134,109); }
td.TdClassName
{
border-color: #A9866D;
}
.TagClassName
{
border-color: #A9866D;
}
</style>