Shades of Sandal #A78661
Tints of Sandal #A78661
RGB
CMYK
RGB Variations
Color information
#A78661 (or 0xA78661) is known color: Sandal. HEX triplet: A7, 86 and 61. RGB value is (167,134,97). Sum of RGB (Red+Green+Blue) = 167+134+97=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A78661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78661 is #58799E. Grayscale: #8B8B8B. Windows color (decimal): -5798303 or 6391463. OLE color: 6391463.
HSL color Cylindrical-coordinate representation of color #A78661: hue angle of 31.71º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A78661 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 97 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.35 |
| HSL | 31.71º | 0.28% | 0.52% | - |
| HSV(B) | 31.71º | 0.42% | 0.65% | - |
| XYZ | 26.62 | 26.13 | 14.95 | - |
| YUV | 139.65 | 103.93 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 97 | 0 | 0.20 | 0.42 | 0.35 | 31.71 | 0.28 | 0.52 |
| Hex | A7 | 86 | 61 | 0 | 14 | 2A | 23 | 20 | 1C | 34 |
| Octal | 247 | 206 | 141 | 0 | 24 | 52 | 43 | 40 | 34 | 64 |
| Binary | 10100111 | 10000110 | 1100001 | 0 | 10100 | 101010 | 100011 | 100000 | 11100 | 110100 |
Color Harmonies of #A78661
Complementary color
Monochromatic Colors of #A78661
Black with #A78661
Text Example
Text Example
White with #A78661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78661; }
p { color: rgb(167,134,97); }
H1.HeaderClassName
{
color: #A78661;
}
.AnyTagClassName
{
color: #A78661;
}
</style>
background-color css
<style>
a { background-color: #A78661; }
a { background-color: rgb(167,134,97); }
div.DivClassName
{
background-color: #A78661;
}
.BgClassName
{
background-color: #A78661;
}
</style>
border-color css
<style>
span { border-color: #A78661; }
span { border-color: rgb(167,134,97); }
td.TdClassName
{
border-color: #A78661;
}
.TagClassName
{
border-color: #A78661;
}
</style>