Shades of Sandal #A18668
Tints of Sandal #A18668
RGB
CMYK
RGB Variations
Color information
#A18668 (or 0xA18668) is known color: Sandal. HEX triplet: A1, 86 and 68. RGB value is (161,134,104). Sum of RGB (Red+Green+Blue) = 161+134+104=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A18668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18668 is #5E7997. Grayscale: #8A8A8A. Windows color (decimal): -6191512 or 6850209. OLE color: 6850209.
HSL color Cylindrical-coordinate representation of color #A18668: hue angle of 31.58º 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 #A18668 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 104 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.37 |
| HSL | 31.58º | 0.23% | 0.52% | - |
| HSV(B) | 31.58º | 0.35% | 0.63% | - |
| XYZ | 25.72 | 25.63 | 16.69 | - |
| YUV | 138.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 104 | 0 | 0.17 | 0.35 | 0.37 | 31.58 | 0.23 | 0.52 |
| Hex | A1 | 86 | 68 | 0 | 11 | 23 | 25 | 20 | 17 | 34 |
| Octal | 241 | 206 | 150 | 0 | 21 | 43 | 45 | 40 | 27 | 64 |
| Binary | 10100001 | 10000110 | 1101000 | 0 | 10001 | 100011 | 100101 | 100000 | 10111 | 110100 |
Color Harmonies of #A18668
Complementary color
Monochromatic Colors of #A18668
Black with #A18668
Text Example
Text Example
White with #A18668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18668; }
p { color: rgb(161,134,104); }
H1.HeaderClassName
{
color: #A18668;
}
.AnyTagClassName
{
color: #A18668;
}
</style>
background-color css
<style>
a { background-color: #A18668; }
a { background-color: rgb(161,134,104); }
div.DivClassName
{
background-color: #A18668;
}
.BgClassName
{
background-color: #A18668;
}
</style>
border-color css
<style>
span { border-color: #A18668; }
span { border-color: rgb(161,134,104); }
td.TdClassName
{
border-color: #A18668;
}
.TagClassName
{
border-color: #A18668;
}
</style>