Shades of Sandal #A0876A
Tints of Sandal #A0876A
RGB
CMYK
RGB Variations
Color information
#A0876A (or 0xA0876A) is known color: Sandal. HEX triplet: A0, 87 and 6A. RGB value is (160,135,106). Sum of RGB (Red+Green+Blue) = 160+135+106=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0876A is #5F7895. Grayscale: #8B8B8B. Windows color (decimal): -6256790 or 6981536. OLE color: 6981536.
HSL color Cylindrical-coordinate representation of color #A0876A: hue angle of 32.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0876A is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 135 | 106 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.37 |
| HSL | 32.22º | 0.22% | 0.52% | - |
| HSV(B) | 32.22º | 0.34% | 0.63% | - |
| XYZ | 25.76 | 25.84 | 17.27 | - |
| YUV | 139.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 135 | 106 | 0 | 0.16 | 0.34 | 0.37 | 32.22 | 0.22 | 0.52 |
| Hex | A0 | 87 | 6A | 0 | 10 | 22 | 25 | 20 | 16 | 34 |
| Octal | 240 | 207 | 152 | 0 | 20 | 42 | 45 | 40 | 26 | 64 |
| Binary | 10100000 | 10000111 | 1101010 | 0 | 10000 | 100010 | 100101 | 100000 | 10110 | 110100 |
Color Harmonies of #A0876A
Complementary color
Monochromatic Colors of #A0876A
Black with #A0876A
Text Example
Text Example
White with #A0876A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0876A; }
p { color: rgb(160,135,106); }
H1.HeaderClassName
{
color: #A0876A;
}
.AnyTagClassName
{
color: #A0876A;
}
</style>
background-color css
<style>
a { background-color: #A0876A; }
a { background-color: rgb(160,135,106); }
div.DivClassName
{
background-color: #A0876A;
}
.BgClassName
{
background-color: #A0876A;
}
</style>
border-color css
<style>
span { border-color: #A0876A; }
span { border-color: rgb(160,135,106); }
td.TdClassName
{
border-color: #A0876A;
}
.TagClassName
{
border-color: #A0876A;
}
</style>