Shades of Sandal #A0856D
Tints of Sandal #A0856D
RGB
CMYK
RGB Variations
Color information
#A0856D (or 0xA0856D) is known color: Sandal. HEX triplet: A0, 85 and 6D. RGB value is (160,133,109). Sum of RGB (Red+Green+Blue) = 160+133+109=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0856D is #5F7A92. Grayscale: #8A8A8A. Windows color (decimal): -6257299 or 7177632. OLE color: 7177632.
HSL color Cylindrical-coordinate representation of color #A0856D: hue angle of 28.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0856D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 133 | 109 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.37 |
| HSL | 28.24º | 0.21% | 0.53% | - |
| HSV(B) | 28.24º | 0.32% | 0.63% | - |
| XYZ | 25.65 | 25.35 | 18.01 | - |
| YUV | 138.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 109 | 0 | 0.17 | 0.32 | 0.37 | 28.24 | 0.21 | 0.53 |
| Hex | A0 | 85 | 6D | 0 | 11 | 20 | 25 | 1C | 15 | 35 |
| Octal | 240 | 205 | 155 | 0 | 21 | 40 | 45 | 34 | 25 | 65 |
| Binary | 10100000 | 10000101 | 1101101 | 0 | 10001 | 100000 | 100101 | 11100 | 10101 | 110101 |
Color Harmonies of #A0856D
Complementary color
Monochromatic Colors of #A0856D
Black with #A0856D
Text Example
Text Example
White with #A0856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0856D; }
p { color: rgb(160,133,109); }
H1.HeaderClassName
{
color: #A0856D;
}
.AnyTagClassName
{
color: #A0856D;
}
</style>
background-color css
<style>
a { background-color: #A0856D; }
a { background-color: rgb(160,133,109); }
div.DivClassName
{
background-color: #A0856D;
}
.BgClassName
{
background-color: #A0856D;
}
</style>
border-color css
<style>
span { border-color: #A0856D; }
span { border-color: rgb(160,133,109); }
td.TdClassName
{
border-color: #A0856D;
}
.TagClassName
{
border-color: #A0856D;
}
</style>