Shades of Sandal #A18A66
Tints of Sandal #A18A66
RGB
CMYK
RGB Variations
Color information
#A18A66 (or 0xA18A66) is known color: Sandal. HEX triplet: A1, 8A and 66. RGB value is (161,138,102). Sum of RGB (Red+Green+Blue) = 161+138+102=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A66 is #5E7599. Grayscale: #8C8C8C. Windows color (decimal): -6190490 or 6720161. OLE color: 6720161.
HSL color Cylindrical-coordinate representation of color #A18A66: hue angle of 36.61º 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 #A18A66 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 102 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.37 |
| HSL | 36.61º | 0.24% | 0.52% | - |
| HSV(B) | 36.61º | 0.37% | 0.63% | - |
| XYZ | 26.18 | 26.71 | 16.35 | - |
| YUV | 140.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 102 | 0 | 0.14 | 0.37 | 0.37 | 36.61 | 0.24 | 0.52 |
| Hex | A1 | 8A | 66 | 0 | E | 25 | 25 | 25 | 18 | 34 |
| Octal | 241 | 212 | 146 | 0 | 16 | 45 | 45 | 45 | 30 | 64 |
| Binary | 10100001 | 10001010 | 1100110 | 0 | 1110 | 100101 | 100101 | 100101 | 11000 | 110100 |
Color Harmonies of #A18A66
Complementary color
Monochromatic Colors of #A18A66
Black with #A18A66
Text Example
Text Example
White with #A18A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A66; }
p { color: rgb(161,138,102); }
H1.HeaderClassName
{
color: #A18A66;
}
.AnyTagClassName
{
color: #A18A66;
}
</style>
background-color css
<style>
a { background-color: #A18A66; }
a { background-color: rgb(161,138,102); }
div.DivClassName
{
background-color: #A18A66;
}
.BgClassName
{
background-color: #A18A66;
}
</style>
border-color css
<style>
span { border-color: #A18A66; }
span { border-color: rgb(161,138,102); }
td.TdClassName
{
border-color: #A18A66;
}
.TagClassName
{
border-color: #A18A66;
}
</style>