Shades of Sandal #A18C63
Tints of Sandal #A18C63
RGB
CMYK
RGB Variations
Color information
#A18C63 (or 0xA18C63) is known color: Sandal. HEX triplet: A1, 8C and 63. RGB value is (161,140,99). Sum of RGB (Red+Green+Blue) = 161+140+99=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C63 is #5E739C. Grayscale: #8D8D8D. Windows color (decimal): -6189981 or 6524065. OLE color: 6524065.
HSL color Cylindrical-coordinate representation of color #A18C63: hue angle of 39.68º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A18C63 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 99 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.37 |
| HSL | 39.68º | 0.25% | 0.51% | - |
| HSV(B) | 39.68º | 0.39% | 0.63% | - |
| XYZ | 26.33 | 27.23 | 15.67 | - |
| YUV | 141.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 99 | 0 | 0.13 | 0.39 | 0.37 | 39.68 | 0.25 | 0.51 |
| Hex | A1 | 8C | 63 | 0 | D | 27 | 25 | 28 | 19 | 33 |
| Octal | 241 | 214 | 143 | 0 | 15 | 47 | 45 | 50 | 31 | 63 |
| Binary | 10100001 | 10001100 | 1100011 | 0 | 1101 | 100111 | 100101 | 101000 | 11001 | 110011 |
Color Harmonies of #A18C63
Complementary color
Monochromatic Colors of #A18C63
Black with #A18C63
Text Example
Text Example
White with #A18C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C63; }
p { color: rgb(161,140,99); }
H1.HeaderClassName
{
color: #A18C63;
}
.AnyTagClassName
{
color: #A18C63;
}
</style>
background-color css
<style>
a { background-color: #A18C63; }
a { background-color: rgb(161,140,99); }
div.DivClassName
{
background-color: #A18C63;
}
.BgClassName
{
background-color: #A18C63;
}
</style>
border-color css
<style>
span { border-color: #A18C63; }
span { border-color: rgb(161,140,99); }
td.TdClassName
{
border-color: #A18C63;
}
.TagClassName
{
border-color: #A18C63;
}
</style>