Shades of Sandal #A08565
Tints of Sandal #A08565
RGB
CMYK
RGB Variations
Color information
#A08565 (or 0xA08565) is known color: Sandal. HEX triplet: A0, 85 and 65. RGB value is (160,133,101). Sum of RGB (Red+Green+Blue) = 160+133+101=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A08565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08565 is #5F7A9A. Grayscale: #898989. Windows color (decimal): -6257307 or 6653344. OLE color: 6653344.
HSL color Cylindrical-coordinate representation of color #A08565: hue angle of 32.54º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A08565 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 101 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.37 |
| HSL | 32.54º | 0.24% | 0.51% | - |
| HSV(B) | 32.54º | 0.37% | 0.63% | - |
| XYZ | 25.23 | 25.19 | 15.84 | - |
| YUV | 137.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 101 | 0 | 0.17 | 0.37 | 0.37 | 32.54 | 0.24 | 0.51 |
| Hex | A0 | 85 | 65 | 0 | 11 | 25 | 25 | 21 | 18 | 33 |
| Octal | 240 | 205 | 145 | 0 | 21 | 45 | 45 | 41 | 30 | 63 |
| Binary | 10100000 | 10000101 | 1100101 | 0 | 10001 | 100101 | 100101 | 100001 | 11000 | 110011 |
Color Harmonies of #A08565
Complementary color
Monochromatic Colors of #A08565
Black with #A08565
Text Example
Text Example
White with #A08565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08565; }
p { color: rgb(160,133,101); }
H1.HeaderClassName
{
color: #A08565;
}
.AnyTagClassName
{
color: #A08565;
}
</style>
background-color css
<style>
a { background-color: #A08565; }
a { background-color: rgb(160,133,101); }
div.DivClassName
{
background-color: #A08565;
}
.BgClassName
{
background-color: #A08565;
}
</style>
border-color css
<style>
span { border-color: #A08565; }
span { border-color: rgb(160,133,101); }
td.TdClassName
{
border-color: #A08565;
}
.TagClassName
{
border-color: #A08565;
}
</style>