Shades of Sandal #A68C68
Tints of Sandal #A68C68
RGB
CMYK
RGB Variations
Color information
#A68C68 (or 0xA68C68) is known color: Sandal. HEX triplet: A6, 8C and 68. RGB value is (166,140,104). Sum of RGB (Red+Green+Blue) = 166+140+104=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C68 is #597397. Grayscale: #8F8F8F. Windows color (decimal): -5862296 or 6851750. OLE color: 6851750.
HSL color Cylindrical-coordinate representation of color #A68C68: hue angle of 34.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68C68 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 104 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.35 |
| HSL | 34.84º | 0.26% | 0.53% | - |
| HSV(B) | 34.84º | 0.37% | 0.65% | - |
| XYZ | 27.6 | 27.86 | 17.02 | - |
| YUV | 143.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 104 | 0 | 0.16 | 0.37 | 0.35 | 34.84 | 0.26 | 0.53 |
| Hex | A6 | 8C | 68 | 0 | 10 | 25 | 23 | 23 | 1A | 35 |
| Octal | 246 | 214 | 150 | 0 | 20 | 45 | 43 | 43 | 32 | 65 |
| Binary | 10100110 | 10001100 | 1101000 | 0 | 10000 | 100101 | 100011 | 100011 | 11010 | 110101 |
Color Harmonies of #A68C68
Complementary color
Monochromatic Colors of #A68C68
Black with #A68C68
Text Example
Text Example
White with #A68C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C68; }
p { color: rgb(166,140,104); }
H1.HeaderClassName
{
color: #A68C68;
}
.AnyTagClassName
{
color: #A68C68;
}
</style>
background-color css
<style>
a { background-color: #A68C68; }
a { background-color: rgb(166,140,104); }
div.DivClassName
{
background-color: #A68C68;
}
.BgClassName
{
background-color: #A68C68;
}
</style>
border-color css
<style>
span { border-color: #A68C68; }
span { border-color: rgb(166,140,104); }
td.TdClassName
{
border-color: #A68C68;
}
.TagClassName
{
border-color: #A68C68;
}
</style>