Shades of Sandal #A0846A
Tints of Sandal #A0846A
RGB
CMYK
RGB Variations
Color information
#A0846A (or 0xA0846A) is known color: Sandal. HEX triplet: A0, 84 and 6A. RGB value is (160,132,106). Sum of RGB (Red+Green+Blue) = 160+132+106=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0846A is #5F7B95. Grayscale: #898989. Windows color (decimal): -6257558 or 6980768. OLE color: 6980768.
HSL color Cylindrical-coordinate representation of color #A0846A: hue angle of 28.89º 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 #A0846A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 106 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.37 |
| HSL | 28.89º | 0.22% | 0.52% | - |
| HSV(B) | 28.89º | 0.34% | 0.63% | - |
| XYZ | 25.35 | 25.02 | 17.13 | - |
| YUV | 137.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 106 | 0 | 0.17 | 0.34 | 0.37 | 28.89 | 0.22 | 0.52 |
| Hex | A0 | 84 | 6A | 0 | 11 | 22 | 25 | 1D | 16 | 34 |
| Octal | 240 | 204 | 152 | 0 | 21 | 42 | 45 | 35 | 26 | 64 |
| Binary | 10100000 | 10000100 | 1101010 | 0 | 10001 | 100010 | 100101 | 11101 | 10110 | 110100 |
Color Harmonies of #A0846A
Complementary color
Monochromatic Colors of #A0846A
Black with #A0846A
Text Example
Text Example
White with #A0846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0846A; }
p { color: rgb(160,132,106); }
H1.HeaderClassName
{
color: #A0846A;
}
.AnyTagClassName
{
color: #A0846A;
}
</style>
background-color css
<style>
a { background-color: #A0846A; }
a { background-color: rgb(160,132,106); }
div.DivClassName
{
background-color: #A0846A;
}
.BgClassName
{
background-color: #A0846A;
}
</style>
border-color css
<style>
span { border-color: #A0846A; }
span { border-color: rgb(160,132,106); }
td.TdClassName
{
border-color: #A0846A;
}
.TagClassName
{
border-color: #A0846A;
}
</style>