Shades of Sandal #A08663
Tints of Sandal #A08663
RGB
CMYK
RGB Variations
Color information
#A08663 (or 0xA08663) is known color: Sandal. HEX triplet: A0, 86 and 63. RGB value is (160,134,99). Sum of RGB (Red+Green+Blue) = 160+134+99=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08663 is #5F799C. Grayscale: #898989. Windows color (decimal): -6257053 or 6522528. OLE color: 6522528.
HSL color Cylindrical-coordinate representation of color #A08663: hue angle of 34.43º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A08663 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 99 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.37 |
| HSL | 34.43º | 0.24% | 0.51% | - |
| HSV(B) | 34.43º | 0.38% | 0.63% | - |
| XYZ | 25.27 | 25.42 | 15.38 | - |
| YUV | 137.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 99 | 0 | 0.16 | 0.38 | 0.37 | 34.43 | 0.24 | 0.51 |
| Hex | A0 | 86 | 63 | 0 | 10 | 26 | 25 | 22 | 18 | 33 |
| Octal | 240 | 206 | 143 | 0 | 20 | 46 | 45 | 42 | 30 | 63 |
| Binary | 10100000 | 10000110 | 1100011 | 0 | 10000 | 100110 | 100101 | 100010 | 11000 | 110011 |
Color Harmonies of #A08663
Complementary color
Monochromatic Colors of #A08663
Black with #A08663
Text Example
Text Example
White with #A08663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08663; }
p { color: rgb(160,134,99); }
H1.HeaderClassName
{
color: #A08663;
}
.AnyTagClassName
{
color: #A08663;
}
</style>
background-color css
<style>
a { background-color: #A08663; }
a { background-color: rgb(160,134,99); }
div.DivClassName
{
background-color: #A08663;
}
.BgClassName
{
background-color: #A08663;
}
</style>
border-color css
<style>
span { border-color: #A08663; }
span { border-color: rgb(160,134,99); }
td.TdClassName
{
border-color: #A08663;
}
.TagClassName
{
border-color: #A08663;
}
</style>