Shades of Sandal #A78965
Tints of Sandal #A78965
RGB
CMYK
RGB Variations
Color information
#A78965 (or 0xA78965) is known color: Sandal. HEX triplet: A7, 89 and 65. RGB value is (167,137,101). Sum of RGB (Red+Green+Blue) = 167+137+101=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A78965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78965 is #58769A. Grayscale: #8E8E8E. Windows color (decimal): -5797531 or 6654375. OLE color: 6654375.
HSL color Cylindrical-coordinate representation of color #A78965: hue angle of 32.73º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78965 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 101 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.35 |
| HSL | 32.73º | 0.27% | 0.53% | - |
| HSV(B) | 32.73º | 0.4% | 0.65% | - |
| XYZ | 27.23 | 27.05 | 16.1 | - |
| YUV | 141.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 101 | 0 | 0.18 | 0.40 | 0.35 | 32.73 | 0.27 | 0.53 |
| Hex | A7 | 89 | 65 | 0 | 12 | 28 | 23 | 21 | 1B | 35 |
| Octal | 247 | 211 | 145 | 0 | 22 | 50 | 43 | 41 | 33 | 65 |
| Binary | 10100111 | 10001001 | 1100101 | 0 | 10010 | 101000 | 100011 | 100001 | 11011 | 110101 |
Color Harmonies of #A78965
Complementary color
Monochromatic Colors of #A78965
Black with #A78965
Text Example
Text Example
White with #A78965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78965; }
p { color: rgb(167,137,101); }
H1.HeaderClassName
{
color: #A78965;
}
.AnyTagClassName
{
color: #A78965;
}
</style>
background-color css
<style>
a { background-color: #A78965; }
a { background-color: rgb(167,137,101); }
div.DivClassName
{
background-color: #A78965;
}
.BgClassName
{
background-color: #A78965;
}
</style>
border-color css
<style>
span { border-color: #A78965; }
span { border-color: rgb(167,137,101); }
td.TdClassName
{
border-color: #A78965;
}
.TagClassName
{
border-color: #A78965;
}
</style>