Shades of Sandal #A68560
Tints of Sandal #A68560
RGB
CMYK
RGB Variations
Color information
#A68560 (or 0xA68560) is known color: Sandal. HEX triplet: A6, 85 and 60. RGB value is (166,133,96). Sum of RGB (Red+Green+Blue) = 166+133+96=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A68560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68560 is #597A9F. Grayscale: #8A8A8A. Windows color (decimal): -5864096 or 6325670. OLE color: 6325670.
HSL color Cylindrical-coordinate representation of color #A68560: hue angle of 31.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68560 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 96 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.35 |
| HSL | 31.71º | 0.28% | 0.51% | - |
| HSV(B) | 31.71º | 0.42% | 0.65% | - |
| XYZ | 26.22 | 25.73 | 14.65 | - |
| YUV | 138.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 96 | 0 | 0.20 | 0.42 | 0.35 | 31.71 | 0.28 | 0.51 |
| Hex | A6 | 85 | 60 | 0 | 14 | 2A | 23 | 20 | 1C | 33 |
| Octal | 246 | 205 | 140 | 0 | 24 | 52 | 43 | 40 | 34 | 63 |
| Binary | 10100110 | 10000101 | 1100000 | 0 | 10100 | 101010 | 100011 | 100000 | 11100 | 110011 |
Color Harmonies of #A68560
Complementary color
Monochromatic Colors of #A68560
Black with #A68560
Text Example
Text Example
White with #A68560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68560; }
p { color: rgb(166,133,96); }
H1.HeaderClassName
{
color: #A68560;
}
.AnyTagClassName
{
color: #A68560;
}
</style>
background-color css
<style>
a { background-color: #A68560; }
a { background-color: rgb(166,133,96); }
div.DivClassName
{
background-color: #A68560;
}
.BgClassName
{
background-color: #A68560;
}
</style>
border-color css
<style>
span { border-color: #A68560; }
span { border-color: rgb(166,133,96); }
td.TdClassName
{
border-color: #A68560;
}
.TagClassName
{
border-color: #A68560;
}
</style>