Shades of Sandal #A1886C
Tints of Sandal #A1886C
RGB
CMYK
RGB Variations
Color information
#A1886C (or 0xA1886C) is known color: Sandal. HEX triplet: A1, 88 and 6C. RGB value is (161,136,108). Sum of RGB (Red+Green+Blue) = 161+136+108=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886C is #5E7793. Grayscale: #8C8C8C. Windows color (decimal): -6190996 or 7112865. OLE color: 7112865.
HSL color Cylindrical-coordinate representation of color #A1886C: hue angle of 31.7º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1886C is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 108 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.37 |
| HSL | 31.7º | 0.22% | 0.53% | - |
| HSV(B) | 31.7º | 0.33% | 0.63% | - |
| XYZ | 26.21 | 26.27 | 17.88 | - |
| YUV | 140.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 108 | 0 | 0.16 | 0.33 | 0.37 | 31.7 | 0.22 | 0.53 |
| Hex | A1 | 88 | 6C | 0 | 10 | 21 | 25 | 20 | 16 | 35 |
| Octal | 241 | 210 | 154 | 0 | 20 | 41 | 45 | 40 | 26 | 65 |
| Binary | 10100001 | 10001000 | 1101100 | 0 | 10000 | 100001 | 100101 | 100000 | 10110 | 110101 |
Color Harmonies of #A1886C
Complementary color
Monochromatic Colors of #A1886C
Black with #A1886C
Text Example
Text Example
White with #A1886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1886C; }
p { color: rgb(161,136,108); }
H1.HeaderClassName
{
color: #A1886C;
}
.AnyTagClassName
{
color: #A1886C;
}
</style>
background-color css
<style>
a { background-color: #A1886C; }
a { background-color: rgb(161,136,108); }
div.DivClassName
{
background-color: #A1886C;
}
.BgClassName
{
background-color: #A1886C;
}
</style>
border-color css
<style>
span { border-color: #A1886C; }
span { border-color: rgb(161,136,108); }
td.TdClassName
{
border-color: #A1886C;
}
.TagClassName
{
border-color: #A1886C;
}
</style>