Shades of Sandal #A78666
Tints of Sandal #A78666
RGB
CMYK
RGB Variations
Color information
#A78666 (or 0xA78666) is known color: Sandal. HEX triplet: A7, 86 and 66. RGB value is (167,134,102). Sum of RGB (Red+Green+Blue) = 167+134+102=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A78666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78666 is #587999. Grayscale: #8C8C8C. Windows color (decimal): -5798298 or 6719143. OLE color: 6719143.
HSL color Cylindrical-coordinate representation of color #A78666: hue angle of 29.54º degrees, saturation: 0.27, 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 #A78666 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 102 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.35 |
| HSL | 29.54º | 0.27% | 0.53% | - |
| HSV(B) | 29.54º | 0.39% | 0.65% | - |
| XYZ | 26.86 | 26.23 | 16.22 | - |
| YUV | 140.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 102 | 0 | 0.20 | 0.39 | 0.35 | 29.54 | 0.27 | 0.53 |
| Hex | A7 | 86 | 66 | 0 | 14 | 27 | 23 | 1E | 1B | 35 |
| Octal | 247 | 206 | 146 | 0 | 24 | 47 | 43 | 36 | 33 | 65 |
| Binary | 10100111 | 10000110 | 1100110 | 0 | 10100 | 100111 | 100011 | 11110 | 11011 | 110101 |
Color Harmonies of #A78666
Complementary color
Monochromatic Colors of #A78666
Black with #A78666
Text Example
Text Example
White with #A78666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78666; }
p { color: rgb(167,134,102); }
H1.HeaderClassName
{
color: #A78666;
}
.AnyTagClassName
{
color: #A78666;
}
</style>
background-color css
<style>
a { background-color: #A78666; }
a { background-color: rgb(167,134,102); }
div.DivClassName
{
background-color: #A78666;
}
.BgClassName
{
background-color: #A78666;
}
</style>
border-color css
<style>
span { border-color: #A78666; }
span { border-color: rgb(167,134,102); }
td.TdClassName
{
border-color: #A78666;
}
.TagClassName
{
border-color: #A78666;
}
</style>