Shades of Sandal #A0846D
Tints of Sandal #A0846D
RGB
CMYK
RGB Variations
Color information
#A0846D (or 0xA0846D) is known color: Sandal. HEX triplet: A0, 84 and 6D. RGB value is (160,132,109). Sum of RGB (Red+Green+Blue) = 160+132+109=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0846D is #5F7B92. Grayscale: #898989. Windows color (decimal): -6257555 or 7177376. OLE color: 7177376.
HSL color Cylindrical-coordinate representation of color #A0846D: hue angle of 27.06º 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 #A0846D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 132 | 109 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.37 |
| HSL | 27.06º | 0.21% | 0.53% | - |
| HSV(B) | 27.06º | 0.32% | 0.63% | - |
| XYZ | 25.51 | 25.08 | 17.96 | - |
| YUV | 137.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 109 | 0 | 0.17 | 0.32 | 0.37 | 27.06 | 0.21 | 0.53 |
| Hex | A0 | 84 | 6D | 0 | 11 | 20 | 25 | 1B | 15 | 35 |
| Octal | 240 | 204 | 155 | 0 | 21 | 40 | 45 | 33 | 25 | 65 |
| Binary | 10100000 | 10000100 | 1101101 | 0 | 10001 | 100000 | 100101 | 11011 | 10101 | 110101 |
Color Harmonies of #A0846D
Complementary color
Monochromatic Colors of #A0846D
Black with #A0846D
Text Example
Text Example
White with #A0846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0846D; }
p { color: rgb(160,132,109); }
H1.HeaderClassName
{
color: #A0846D;
}
.AnyTagClassName
{
color: #A0846D;
}
</style>
background-color css
<style>
a { background-color: #A0846D; }
a { background-color: rgb(160,132,109); }
div.DivClassName
{
background-color: #A0846D;
}
.BgClassName
{
background-color: #A0846D;
}
</style>
border-color css
<style>
span { border-color: #A0846D; }
span { border-color: rgb(160,132,109); }
td.TdClassName
{
border-color: #A0846D;
}
.TagClassName
{
border-color: #A0846D;
}
</style>