Shades of Sandal #A68664
Tints of Sandal #A68664
RGB
CMYK
RGB Variations
Color information
#A68664 (or 0xA68664) is known color: Sandal. HEX triplet: A6, 86 and 64. RGB value is (166,134,100). Sum of RGB (Red+Green+Blue) = 166+134+100=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68664 is #59799B. Grayscale: #8B8B8B. Windows color (decimal): -5863836 or 6588070. OLE color: 6588070.
HSL color Cylindrical-coordinate representation of color #A68664: hue angle of 30.91º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68664 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 100 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.35 |
| HSL | 30.91º | 0.27% | 0.52% | - |
| HSV(B) | 30.91º | 0.4% | 0.65% | - |
| XYZ | 26.55 | 26.08 | 15.69 | - |
| YUV | 139.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 100 | 0 | 0.19 | 0.40 | 0.35 | 30.91 | 0.27 | 0.52 |
| Hex | A6 | 86 | 64 | 0 | 13 | 28 | 23 | 1F | 1B | 34 |
| Octal | 246 | 206 | 144 | 0 | 23 | 50 | 43 | 37 | 33 | 64 |
| Binary | 10100110 | 10000110 | 1100100 | 0 | 10011 | 101000 | 100011 | 11111 | 11011 | 110100 |
Color Harmonies of #A68664
Complementary color
Monochromatic Colors of #A68664
Black with #A68664
Text Example
Text Example
White with #A68664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68664; }
p { color: rgb(166,134,100); }
H1.HeaderClassName
{
color: #A68664;
}
.AnyTagClassName
{
color: #A68664;
}
</style>
background-color css
<style>
a { background-color: #A68664; }
a { background-color: rgb(166,134,100); }
div.DivClassName
{
background-color: #A68664;
}
.BgClassName
{
background-color: #A68664;
}
</style>
border-color css
<style>
span { border-color: #A68664; }
span { border-color: rgb(166,134,100); }
td.TdClassName
{
border-color: #A68664;
}
.TagClassName
{
border-color: #A68664;
}
</style>