Shades of Sandal #A08763
Tints of Sandal #A08763
RGB
CMYK
RGB Variations
Color information
#A08763 (or 0xA08763) is known color: Sandal. HEX triplet: A0, 87 and 63. RGB value is (160,135,99). Sum of RGB (Red+Green+Blue) = 160+135+99=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08763 is #5F789C. Grayscale: #8A8A8A. Windows color (decimal): -6256797 or 6522784. OLE color: 6522784.
HSL color Cylindrical-coordinate representation of color #A08763: hue angle of 35.41º 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 #A08763 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 99 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.37 |
| HSL | 35.41º | 0.24% | 0.51% | - |
| HSV(B) | 35.41º | 0.38% | 0.63% | - |
| XYZ | 25.41 | 25.7 | 15.43 | - |
| YUV | 138.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 99 | 0 | 0.16 | 0.38 | 0.37 | 35.41 | 0.24 | 0.51 |
| Hex | A0 | 87 | 63 | 0 | 10 | 26 | 25 | 23 | 18 | 33 |
| Octal | 240 | 207 | 143 | 0 | 20 | 46 | 45 | 43 | 30 | 63 |
| Binary | 10100000 | 10000111 | 1100011 | 0 | 10000 | 100110 | 100101 | 100011 | 11000 | 110011 |
Color Harmonies of #A08763
Complementary color
Monochromatic Colors of #A08763
Black with #A08763
Text Example
Text Example
White with #A08763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08763; }
p { color: rgb(160,135,99); }
H1.HeaderClassName
{
color: #A08763;
}
.AnyTagClassName
{
color: #A08763;
}
</style>
background-color css
<style>
a { background-color: #A08763; }
a { background-color: rgb(160,135,99); }
div.DivClassName
{
background-color: #A08763;
}
.BgClassName
{
background-color: #A08763;
}
</style>
border-color css
<style>
span { border-color: #A08763; }
span { border-color: rgb(160,135,99); }
td.TdClassName
{
border-color: #A08763;
}
.TagClassName
{
border-color: #A08763;
}
</style>