Shades of Sandal #A68667
Tints of Sandal #A68667
RGB
CMYK
RGB Variations
Color information
#A68667 (or 0xA68667) is known color: Sandal. HEX triplet: A6, 86 and 67. RGB value is (166,134,103). Sum of RGB (Red+Green+Blue) = 166+134+103=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A68667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68667 is #597998. Grayscale: #8C8C8C. Windows color (decimal): -5863833 or 6784678. OLE color: 6784678.
HSL color Cylindrical-coordinate representation of color #A68667: hue angle of 29.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68667 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 103 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.35 |
| HSL | 29.52º | 0.26% | 0.53% | - |
| HSV(B) | 29.52º | 0.38% | 0.65% | - |
| XYZ | 26.7 | 26.14 | 16.47 | - |
| YUV | 140.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 103 | 0 | 0.19 | 0.38 | 0.35 | 29.52 | 0.26 | 0.53 |
| Hex | A6 | 86 | 67 | 0 | 13 | 26 | 23 | 1E | 1A | 35 |
| Octal | 246 | 206 | 147 | 0 | 23 | 46 | 43 | 36 | 32 | 65 |
| Binary | 10100110 | 10000110 | 1100111 | 0 | 10011 | 100110 | 100011 | 11110 | 11010 | 110101 |
Color Harmonies of #A68667
Complementary color
Monochromatic Colors of #A68667
Black with #A68667
Text Example
Text Example
White with #A68667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68667; }
p { color: rgb(166,134,103); }
H1.HeaderClassName
{
color: #A68667;
}
.AnyTagClassName
{
color: #A68667;
}
</style>
background-color css
<style>
a { background-color: #A68667; }
a { background-color: rgb(166,134,103); }
div.DivClassName
{
background-color: #A68667;
}
.BgClassName
{
background-color: #A68667;
}
</style>
border-color css
<style>
span { border-color: #A68667; }
span { border-color: rgb(166,134,103); }
td.TdClassName
{
border-color: #A68667;
}
.TagClassName
{
border-color: #A68667;
}
</style>