Shades of Sandal #A1846D
Tints of Sandal #A1846D
RGB
CMYK
RGB Variations
Color information
#A1846D (or 0xA1846D) is known color: Sandal. HEX triplet: A1, 84 and 6D. RGB value is (161,132,109). Sum of RGB (Red+Green+Blue) = 161+132+109=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1846D is #5E7B92. Grayscale: #8A8A8A. Windows color (decimal): -6192019 or 7177377. OLE color: 7177377.
HSL color Cylindrical-coordinate representation of color #A1846D: hue angle of 26.54º degrees, saturation: 0.22, 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 #A1846D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 132 | 109 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.37 |
| HSL | 26.54º | 0.22% | 0.53% | - |
| HSV(B) | 26.54º | 0.32% | 0.63% | - |
| XYZ | 25.71 | 25.18 | 17.97 | - |
| YUV | 138.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 132 | 109 | 0 | 0.18 | 0.32 | 0.37 | 26.54 | 0.22 | 0.53 |
| Hex | A1 | 84 | 6D | 0 | 12 | 20 | 25 | 1B | 16 | 35 |
| Octal | 241 | 204 | 155 | 0 | 22 | 40 | 45 | 33 | 26 | 65 |
| Binary | 10100001 | 10000100 | 1101101 | 0 | 10010 | 100000 | 100101 | 11011 | 10110 | 110101 |
Color Harmonies of #A1846D
Complementary color
Monochromatic Colors of #A1846D
Black with #A1846D
Text Example
Text Example
White with #A1846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1846D; }
p { color: rgb(161,132,109); }
H1.HeaderClassName
{
color: #A1846D;
}
.AnyTagClassName
{
color: #A1846D;
}
</style>
background-color css
<style>
a { background-color: #A1846D; }
a { background-color: rgb(161,132,109); }
div.DivClassName
{
background-color: #A1846D;
}
.BgClassName
{
background-color: #A1846D;
}
</style>
border-color css
<style>
span { border-color: #A1846D; }
span { border-color: rgb(161,132,109); }
td.TdClassName
{
border-color: #A1846D;
}
.TagClassName
{
border-color: #A1846D;
}
</style>