Shades of Sandal #A18566
Tints of Sandal #A18566
RGB
CMYK
RGB Variations
Color information
#A18566 (or 0xA18566) is known color: Sandal. HEX triplet: A1, 85 and 66. RGB value is (161,133,102). Sum of RGB (Red+Green+Blue) = 161+133+102=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A18566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18566 is #5E7A99. Grayscale: #898989. Windows color (decimal): -6191770 or 6718881. OLE color: 6718881.
HSL color Cylindrical-coordinate representation of color #A18566: hue angle of 31.53º 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 #A18566 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 102 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.37 |
| HSL | 31.53º | 0.24% | 0.52% | - |
| HSV(B) | 31.53º | 0.37% | 0.63% | - |
| XYZ | 25.48 | 25.31 | 16.11 | - |
| YUV | 137.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 102 | 0 | 0.17 | 0.37 | 0.37 | 31.53 | 0.24 | 0.52 |
| Hex | A1 | 85 | 66 | 0 | 11 | 25 | 25 | 20 | 18 | 34 |
| Octal | 241 | 205 | 146 | 0 | 21 | 45 | 45 | 40 | 30 | 64 |
| Binary | 10100001 | 10000101 | 1100110 | 0 | 10001 | 100101 | 100101 | 100000 | 11000 | 110100 |
Color Harmonies of #A18566
Complementary color
Monochromatic Colors of #A18566
Black with #A18566
Text Example
Text Example
White with #A18566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18566; }
p { color: rgb(161,133,102); }
H1.HeaderClassName
{
color: #A18566;
}
.AnyTagClassName
{
color: #A18566;
}
</style>
background-color css
<style>
a { background-color: #A18566; }
a { background-color: rgb(161,133,102); }
div.DivClassName
{
background-color: #A18566;
}
.BgClassName
{
background-color: #A18566;
}
</style>
border-color css
<style>
span { border-color: #A18566; }
span { border-color: rgb(161,133,102); }
td.TdClassName
{
border-color: #A18566;
}
.TagClassName
{
border-color: #A18566;
}
</style>