Shades of Sandal #A1886E
Tints of Sandal #A1886E
RGB
CMYK
RGB Variations
Color information
#A1886E (or 0xA1886E) is known color: Sandal. HEX triplet: A1, 88 and 6E. RGB value is (161,136,110). Sum of RGB (Red+Green+Blue) = 161+136+110=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886E is #5E7791. Grayscale: #8C8C8C. Windows color (decimal): -6190994 or 7243937. OLE color: 7243937.
HSL color Cylindrical-coordinate representation of color #A1886E: hue angle of 30.59º 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 #A1886E is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 110 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.37 |
| HSL | 30.59º | 0.21% | 0.53% | - |
| HSV(B) | 30.59º | 0.32% | 0.63% | - |
| XYZ | 26.32 | 26.31 | 18.44 | - |
| YUV | 140.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 110 | 0 | 0.16 | 0.32 | 0.37 | 30.59 | 0.21 | 0.53 |
| Hex | A1 | 88 | 6E | 0 | 10 | 20 | 25 | 1F | 15 | 35 |
| Octal | 241 | 210 | 156 | 0 | 20 | 40 | 45 | 37 | 25 | 65 |
| Binary | 10100001 | 10001000 | 1101110 | 0 | 10000 | 100000 | 100101 | 11111 | 10101 | 110101 |
Color Harmonies of #A1886E
Complementary color
Monochromatic Colors of #A1886E
Black with #A1886E
Text Example
Text Example
White with #A1886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1886E; }
p { color: rgb(161,136,110); }
H1.HeaderClassName
{
color: #A1886E;
}
.AnyTagClassName
{
color: #A1886E;
}
</style>
background-color css
<style>
a { background-color: #A1886E; }
a { background-color: rgb(161,136,110); }
div.DivClassName
{
background-color: #A1886E;
}
.BgClassName
{
background-color: #A1886E;
}
</style>
border-color css
<style>
span { border-color: #A1886E; }
span { border-color: rgb(161,136,110); }
td.TdClassName
{
border-color: #A1886E;
}
.TagClassName
{
border-color: #A1886E;
}
</style>