Shades of Sandal #A18961
Tints of Sandal #A18961
RGB
CMYK
RGB Variations
Color information
#A18961 (or 0xA18961) is known color: Sandal. HEX triplet: A1, 89 and 61. RGB value is (161,137,97). Sum of RGB (Red+Green+Blue) = 161+137+97=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A18961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18961 is #5E769E. Grayscale: #8B8B8B. Windows color (decimal): -6190751 or 6392225. OLE color: 6392225.
HSL color Cylindrical-coordinate representation of color #A18961: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A18961 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 97 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.37 |
| HSL | 37.5º | 0.25% | 0.51% | - |
| HSV(B) | 37.5º | 0.4% | 0.63% | - |
| XYZ | 25.8 | 26.33 | 15.03 | - |
| YUV | 139.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 97 | 0 | 0.15 | 0.40 | 0.37 | 37.5 | 0.25 | 0.51 |
| Hex | A1 | 89 | 61 | 0 | F | 28 | 25 | 26 | 19 | 33 |
| Octal | 241 | 211 | 141 | 0 | 17 | 50 | 45 | 46 | 31 | 63 |
| Binary | 10100001 | 10001001 | 1100001 | 0 | 1111 | 101000 | 100101 | 100110 | 11001 | 110011 |
Color Harmonies of #A18961
Complementary color
Monochromatic Colors of #A18961
Black with #A18961
Text Example
Text Example
White with #A18961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18961; }
p { color: rgb(161,137,97); }
H1.HeaderClassName
{
color: #A18961;
}
.AnyTagClassName
{
color: #A18961;
}
</style>
background-color css
<style>
a { background-color: #A18961; }
a { background-color: rgb(161,137,97); }
div.DivClassName
{
background-color: #A18961;
}
.BgClassName
{
background-color: #A18961;
}
</style>
border-color css
<style>
span { border-color: #A18961; }
span { border-color: rgb(161,137,97); }
td.TdClassName
{
border-color: #A18961;
}
.TagClassName
{
border-color: #A18961;
}
</style>