Shades of Sandal #A1886B
Tints of Sandal #A1886B
RGB
CMYK
RGB Variations
Color information
#A1886B (or 0xA1886B) is known color: Sandal. HEX triplet: A1, 88 and 6B. RGB value is (161,136,107). Sum of RGB (Red+Green+Blue) = 161+136+107=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1886B is #5E7794. Grayscale: #8C8C8C. Windows color (decimal): -6190997 or 7047329. OLE color: 7047329.
HSL color Cylindrical-coordinate representation of color #A1886B: hue angle of 32.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1886B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 136 | 107 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.37 |
| HSL | 32.22º | 0.22% | 0.53% | - |
| HSV(B) | 32.22º | 0.34% | 0.63% | - |
| XYZ | 26.16 | 26.25 | 17.6 | - |
| YUV | 140.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 107 | 0 | 0.16 | 0.34 | 0.37 | 32.22 | 0.22 | 0.53 |
| Hex | A1 | 88 | 6B | 0 | 10 | 22 | 25 | 20 | 16 | 35 |
| Octal | 241 | 210 | 153 | 0 | 20 | 42 | 45 | 40 | 26 | 65 |
| Binary | 10100001 | 10001000 | 1101011 | 0 | 10000 | 100010 | 100101 | 100000 | 10110 | 110101 |
Color Harmonies of #A1886B
Complementary color
Monochromatic Colors of #A1886B
Black with #A1886B
Text Example
Text Example
White with #A1886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1886B; }
p { color: rgb(161,136,107); }
H1.HeaderClassName
{
color: #A1886B;
}
.AnyTagClassName
{
color: #A1886B;
}
</style>
background-color css
<style>
a { background-color: #A1886B; }
a { background-color: rgb(161,136,107); }
div.DivClassName
{
background-color: #A1886B;
}
.BgClassName
{
background-color: #A1886B;
}
</style>
border-color css
<style>
span { border-color: #A1886B; }
span { border-color: rgb(161,136,107); }
td.TdClassName
{
border-color: #A1886B;
}
.TagClassName
{
border-color: #A1886B;
}
</style>