Shades of Sandal #A18366
Tints of Sandal #A18366
RGB
CMYK
RGB Variations
Color information
#A18366 (or 0xA18366) is known color: Sandal. HEX triplet: A1, 83 and 66. RGB value is (161,131,102). Sum of RGB (Red+Green+Blue) = 161+131+102=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A18366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18366 is #5E7C99. Grayscale: #888888. Windows color (decimal): -6192282 or 6718369. OLE color: 6718369.
HSL color Cylindrical-coordinate representation of color #A18366: hue angle of 29.49º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18366 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 102 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.37 |
| HSL | 29.49º | 0.24% | 0.52% | - |
| HSV(B) | 29.49º | 0.37% | 0.63% | - |
| XYZ | 25.21 | 24.77 | 16.02 | - |
| YUV | 136.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 102 | 0 | 0.19 | 0.37 | 0.37 | 29.49 | 0.24 | 0.52 |
| Hex | A1 | 83 | 66 | 0 | 13 | 25 | 25 | 1D | 18 | 34 |
| Octal | 241 | 203 | 146 | 0 | 23 | 45 | 45 | 35 | 30 | 64 |
| Binary | 10100001 | 10000011 | 1100110 | 0 | 10011 | 100101 | 100101 | 11101 | 11000 | 110100 |
Color Harmonies of #A18366
Complementary color
Monochromatic Colors of #A18366
Black with #A18366
Text Example
Text Example
White with #A18366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18366; }
p { color: rgb(161,131,102); }
H1.HeaderClassName
{
color: #A18366;
}
.AnyTagClassName
{
color: #A18366;
}
</style>
background-color css
<style>
a { background-color: #A18366; }
a { background-color: rgb(161,131,102); }
div.DivClassName
{
background-color: #A18366;
}
.BgClassName
{
background-color: #A18366;
}
</style>
border-color css
<style>
span { border-color: #A18366; }
span { border-color: rgb(161,131,102); }
td.TdClassName
{
border-color: #A18366;
}
.TagClassName
{
border-color: #A18366;
}
</style>