Shades of Sandal #A0886D
Tints of Sandal #A0886D
RGB
CMYK
RGB Variations
Color information
#A0886D (or 0xA0886D) is known color: Sandal. HEX triplet: A0, 88 and 6D. RGB value is (160,136,109). Sum of RGB (Red+Green+Blue) = 160+136+109=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A0886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0886D is #5F7792. Grayscale: #8C8C8C. Windows color (decimal): -6256531 or 7178400. OLE color: 7178400.
HSL color Cylindrical-coordinate representation of color #A0886D: hue angle of 31.76º 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 #A0886D is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 109 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.37 |
| HSL | 31.76º | 0.21% | 0.53% | - |
| HSV(B) | 31.76º | 0.32% | 0.63% | - |
| XYZ | 26.06 | 26.19 | 18.15 | - |
| YUV | 140.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 109 | 0 | 0.15 | 0.32 | 0.37 | 31.76 | 0.21 | 0.53 |
| Hex | A0 | 88 | 6D | 0 | F | 20 | 25 | 20 | 15 | 35 |
| Octal | 240 | 210 | 155 | 0 | 17 | 40 | 45 | 40 | 25 | 65 |
| Binary | 10100000 | 10001000 | 1101101 | 0 | 1111 | 100000 | 100101 | 100000 | 10101 | 110101 |
Color Harmonies of #A0886D
Complementary color
Monochromatic Colors of #A0886D
Black with #A0886D
Text Example
Text Example
White with #A0886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0886D; }
p { color: rgb(160,136,109); }
H1.HeaderClassName
{
color: #A0886D;
}
.AnyTagClassName
{
color: #A0886D;
}
</style>
background-color css
<style>
a { background-color: #A0886D; }
a { background-color: rgb(160,136,109); }
div.DivClassName
{
background-color: #A0886D;
}
.BgClassName
{
background-color: #A0886D;
}
</style>
border-color css
<style>
span { border-color: #A0886D; }
span { border-color: rgb(160,136,109); }
td.TdClassName
{
border-color: #A0886D;
}
.TagClassName
{
border-color: #A0886D;
}
</style>