Shades of Sandal #A78766
Tints of Sandal #A78766
RGB
CMYK
RGB Variations
Color information
#A78766 (or 0xA78766) is known color: Sandal. HEX triplet: A7, 87 and 66. RGB value is (167,135,102). Sum of RGB (Red+Green+Blue) = 167+135+102=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 167 - color contains mainly: red. Hex color #A78766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78766 is #587899. Grayscale: #8C8C8C. Windows color (decimal): -5798042 or 6719399. OLE color: 6719399.
HSL color Cylindrical-coordinate representation of color #A78766: hue angle of 30.46º 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 #A78766 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 102 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.35 |
| HSL | 30.46º | 0.27% | 0.53% | - |
| HSV(B) | 30.46º | 0.39% | 0.65% | - |
| XYZ | 27 | 26.5 | 16.26 | - |
| YUV | 140.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 102 | 0 | 0.19 | 0.39 | 0.35 | 30.46 | 0.27 | 0.53 |
| Hex | A7 | 87 | 66 | 0 | 13 | 27 | 23 | 1E | 1B | 35 |
| Octal | 247 | 207 | 146 | 0 | 23 | 47 | 43 | 36 | 33 | 65 |
| Binary | 10100111 | 10000111 | 1100110 | 0 | 10011 | 100111 | 100011 | 11110 | 11011 | 110101 |
Color Harmonies of #A78766
Complementary color
Monochromatic Colors of #A78766
Black with #A78766
Text Example
Text Example
White with #A78766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78766; }
p { color: rgb(167,135,102); }
H1.HeaderClassName
{
color: #A78766;
}
.AnyTagClassName
{
color: #A78766;
}
</style>
background-color css
<style>
a { background-color: #A78766; }
a { background-color: rgb(167,135,102); }
div.DivClassName
{
background-color: #A78766;
}
.BgClassName
{
background-color: #A78766;
}
</style>
border-color css
<style>
span { border-color: #A78766; }
span { border-color: rgb(167,135,102); }
td.TdClassName
{
border-color: #A78766;
}
.TagClassName
{
border-color: #A78766;
}
</style>