Shades of Sandal #A1886D
Tints of Sandal #A1886D
RGB
CMYK
RGB Variations
Color information
#A1886D (or 0xA1886D) is known color: Sandal. HEX triplet: A1, 88 and 6D. RGB value is (161,136,109). Sum of RGB (Red+Green+Blue) = 161+136+109=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886D is #5E7792. Grayscale: #8C8C8C. Windows color (decimal): -6190995 or 7178401. OLE color: 7178401.
HSL color Cylindrical-coordinate representation of color #A1886D: hue angle of 31.15º 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 #A1886D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 109 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.37 |
| HSL | 31.15º | 0.22% | 0.53% | - |
| HSV(B) | 31.15º | 0.32% | 0.63% | - |
| XYZ | 26.26 | 26.29 | 18.16 | - |
| YUV | 140.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 109 | 0 | 0.16 | 0.32 | 0.37 | 31.15 | 0.22 | 0.53 |
| Hex | A1 | 88 | 6D | 0 | 10 | 20 | 25 | 1F | 16 | 35 |
| Octal | 241 | 210 | 155 | 0 | 20 | 40 | 45 | 37 | 26 | 65 |
| Binary | 10100001 | 10001000 | 1101101 | 0 | 10000 | 100000 | 100101 | 11111 | 10110 | 110101 |
Color Harmonies of #A1886D
Complementary color
Monochromatic Colors of #A1886D
Black with #A1886D
Text Example
Text Example
White with #A1886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1886D; }
p { color: rgb(161,136,109); }
H1.HeaderClassName
{
color: #A1886D;
}
.AnyTagClassName
{
color: #A1886D;
}
</style>
background-color css
<style>
a { background-color: #A1886D; }
a { background-color: rgb(161,136,109); }
div.DivClassName
{
background-color: #A1886D;
}
.BgClassName
{
background-color: #A1886D;
}
</style>
border-color css
<style>
span { border-color: #A1886D; }
span { border-color: rgb(161,136,109); }
td.TdClassName
{
border-color: #A1886D;
}
.TagClassName
{
border-color: #A1886D;
}
</style>