Shades of Sandal #A18B68
Tints of Sandal #A18B68
RGB
CMYK
RGB Variations
Color information
#A18B68 (or 0xA18B68) is known color: Sandal. HEX triplet: A1, 8B and 68. RGB value is (161,139,104). Sum of RGB (Red+Green+Blue) = 161+139+104=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B68 is #5E7497. Grayscale: #8D8D8D. Windows color (decimal): -6190232 or 6851489. OLE color: 6851489.
HSL color Cylindrical-coordinate representation of color #A18B68: hue angle of 36.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18B68 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 104 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.37 |
| HSL | 36.84º | 0.23% | 0.52% | - |
| HSV(B) | 36.84º | 0.35% | 0.63% | - |
| XYZ | 26.43 | 27.04 | 16.92 | - |
| YUV | 141.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 104 | 0 | 0.14 | 0.35 | 0.37 | 36.84 | 0.23 | 0.52 |
| Hex | A1 | 8B | 68 | 0 | E | 23 | 25 | 25 | 17 | 34 |
| Octal | 241 | 213 | 150 | 0 | 16 | 43 | 45 | 45 | 27 | 64 |
| Binary | 10100001 | 10001011 | 1101000 | 0 | 1110 | 100011 | 100101 | 100101 | 10111 | 110100 |
Color Harmonies of #A18B68
Complementary color
Monochromatic Colors of #A18B68
Black with #A18B68
Text Example
Text Example
White with #A18B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B68; }
p { color: rgb(161,139,104); }
H1.HeaderClassName
{
color: #A18B68;
}
.AnyTagClassName
{
color: #A18B68;
}
</style>
background-color css
<style>
a { background-color: #A18B68; }
a { background-color: rgb(161,139,104); }
div.DivClassName
{
background-color: #A18B68;
}
.BgClassName
{
background-color: #A18B68;
}
</style>
border-color css
<style>
span { border-color: #A18B68; }
span { border-color: rgb(161,139,104); }
td.TdClassName
{
border-color: #A18B68;
}
.TagClassName
{
border-color: #A18B68;
}
</style>