Shades of Sandal #A68666
Tints of Sandal #A68666
RGB
CMYK
RGB Variations
Color information
#A68666 (or 0xA68666) is known color: Sandal. HEX triplet: A6, 86 and 66. RGB value is (166,134,102). Sum of RGB (Red+Green+Blue) = 166+134+102=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A68666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68666 is #597999. Grayscale: #8C8C8C. Windows color (decimal): -5863834 or 6719142. OLE color: 6719142.
HSL color Cylindrical-coordinate representation of color #A68666: hue angle of 30º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68666 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 102 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.35 |
| HSL | 30º | 0.26% | 0.53% | - |
| HSV(B) | 30º | 0.39% | 0.65% | - |
| XYZ | 26.65 | 26.12 | 16.21 | - |
| YUV | 139.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 102 | 0 | 0.19 | 0.39 | 0.35 | 30 | 0.26 | 0.53 |
| Hex | A6 | 86 | 66 | 0 | 13 | 27 | 23 | 1E | 1A | 35 |
| Octal | 246 | 206 | 146 | 0 | 23 | 47 | 43 | 36 | 32 | 65 |
| Binary | 10100110 | 10000110 | 1100110 | 0 | 10011 | 100111 | 100011 | 11110 | 11010 | 110101 |
Color Harmonies of #A68666
Complementary color
Monochromatic Colors of #A68666
Black with #A68666
Text Example
Text Example
White with #A68666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68666; }
p { color: rgb(166,134,102); }
H1.HeaderClassName
{
color: #A68666;
}
.AnyTagClassName
{
color: #A68666;
}
</style>
background-color css
<style>
a { background-color: #A68666; }
a { background-color: rgb(166,134,102); }
div.DivClassName
{
background-color: #A68666;
}
.BgClassName
{
background-color: #A68666;
}
</style>
border-color css
<style>
span { border-color: #A68666; }
span { border-color: rgb(166,134,102); }
td.TdClassName
{
border-color: #A68666;
}
.TagClassName
{
border-color: #A68666;
}
</style>