Shades of Sandal #A78963
Tints of Sandal #A78963
RGB
CMYK
RGB Variations
Color information
#A78963 (or 0xA78963) is known color: Sandal. HEX triplet: A7, 89 and 63. RGB value is (167,137,99). Sum of RGB (Red+Green+Blue) = 167+137+99=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A78963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78963 is #58769C. Grayscale: #8D8D8D. Windows color (decimal): -5797533 or 6523303. OLE color: 6523303.
HSL color Cylindrical-coordinate representation of color #A78963: hue angle of 33.53º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78963 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 99 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.35 |
| HSL | 33.53º | 0.28% | 0.52% | - |
| HSV(B) | 33.53º | 0.41% | 0.65% | - |
| XYZ | 27.13 | 27.01 | 15.59 | - |
| YUV | 141.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 99 | 0 | 0.18 | 0.41 | 0.35 | 33.53 | 0.28 | 0.52 |
| Hex | A7 | 89 | 63 | 0 | 12 | 29 | 23 | 22 | 1C | 34 |
| Octal | 247 | 211 | 143 | 0 | 22 | 51 | 43 | 42 | 34 | 64 |
| Binary | 10100111 | 10001001 | 1100011 | 0 | 10010 | 101001 | 100011 | 100010 | 11100 | 110100 |
Color Harmonies of #A78963
Complementary color
Monochromatic Colors of #A78963
Black with #A78963
Text Example
Text Example
White with #A78963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78963; }
p { color: rgb(167,137,99); }
H1.HeaderClassName
{
color: #A78963;
}
.AnyTagClassName
{
color: #A78963;
}
</style>
background-color css
<style>
a { background-color: #A78963; }
a { background-color: rgb(167,137,99); }
div.DivClassName
{
background-color: #A78963;
}
.BgClassName
{
background-color: #A78963;
}
</style>
border-color css
<style>
span { border-color: #A78963; }
span { border-color: rgb(167,137,99); }
td.TdClassName
{
border-color: #A78963;
}
.TagClassName
{
border-color: #A78963;
}
</style>