Shades of Sandal #A78962
Tints of Sandal #A78962
RGB
CMYK
RGB Variations
Color information
#A78962 (or 0xA78962) is known color: Sandal. HEX triplet: A7, 89 and 62. RGB value is (167,137,98). Sum of RGB (Red+Green+Blue) = 167+137+98=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78962 is #58769D. Grayscale: #8D8D8D. Windows color (decimal): -5797534 or 6457767. OLE color: 6457767.
HSL color Cylindrical-coordinate representation of color #A78962: hue angle of 33.91º 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 #A78962 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 98 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.35 |
| HSL | 33.91º | 0.28% | 0.52% | - |
| HSV(B) | 33.91º | 0.41% | 0.65% | - |
| XYZ | 27.09 | 26.99 | 15.34 | - |
| YUV | 141.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 98 | 0 | 0.18 | 0.41 | 0.35 | 33.91 | 0.28 | 0.52 |
| Hex | A7 | 89 | 62 | 0 | 12 | 29 | 23 | 22 | 1C | 34 |
| Octal | 247 | 211 | 142 | 0 | 22 | 51 | 43 | 42 | 34 | 64 |
| Binary | 10100111 | 10001001 | 1100010 | 0 | 10010 | 101001 | 100011 | 100010 | 11100 | 110100 |
Color Harmonies of #A78962
Complementary color
Monochromatic Colors of #A78962
Black with #A78962
Text Example
Text Example
White with #A78962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78962; }
p { color: rgb(167,137,98); }
H1.HeaderClassName
{
color: #A78962;
}
.AnyTagClassName
{
color: #A78962;
}
</style>
background-color css
<style>
a { background-color: #A78962; }
a { background-color: rgb(167,137,98); }
div.DivClassName
{
background-color: #A78962;
}
.BgClassName
{
background-color: #A78962;
}
</style>
border-color css
<style>
span { border-color: #A78962; }
span { border-color: rgb(167,137,98); }
td.TdClassName
{
border-color: #A78962;
}
.TagClassName
{
border-color: #A78962;
}
</style>