Shades of Sandal #A18B60
Tints of Sandal #A18B60
RGB
CMYK
RGB Variations
Color information
#A18B60 (or 0xA18B60) is known color: Sandal. HEX triplet: A1, 8B and 60. RGB value is (161,139,96). Sum of RGB (Red+Green+Blue) = 161+139+96=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B60 is #5E749F. Grayscale: #8C8C8C. Windows color (decimal): -6190240 or 6327201. OLE color: 6327201.
HSL color Cylindrical-coordinate representation of color #A18B60: hue angle of 39.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18B60 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 96 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.37 |
| HSL | 39.69º | 0.26% | 0.5% | - |
| HSV(B) | 39.69º | 0.4% | 0.63% | - |
| XYZ | 26.04 | 26.89 | 14.88 | - |
| YUV | 140.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 96 | 0 | 0.14 | 0.40 | 0.37 | 39.69 | 0.26 | 0.5 |
| Hex | A1 | 8B | 60 | 0 | E | 28 | 25 | 28 | 1A | 32 |
| Octal | 241 | 213 | 140 | 0 | 16 | 50 | 45 | 50 | 32 | 62 |
| Binary | 10100001 | 10001011 | 1100000 | 0 | 1110 | 101000 | 100101 | 101000 | 11010 | 110010 |
Color Harmonies of #A18B60
Complementary color
Monochromatic Colors of #A18B60
Black with #A18B60
Text Example
Text Example
White with #A18B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B60; }
p { color: rgb(161,139,96); }
H1.HeaderClassName
{
color: #A18B60;
}
.AnyTagClassName
{
color: #A18B60;
}
</style>
background-color css
<style>
a { background-color: #A18B60; }
a { background-color: rgb(161,139,96); }
div.DivClassName
{
background-color: #A18B60;
}
.BgClassName
{
background-color: #A18B60;
}
</style>
border-color css
<style>
span { border-color: #A18B60; }
span { border-color: rgb(161,139,96); }
td.TdClassName
{
border-color: #A18B60;
}
.TagClassName
{
border-color: #A18B60;
}
</style>