Shades of Sandal #A78765
Tints of Sandal #A78765
RGB
CMYK
RGB Variations
Color information
#A78765 (or 0xA78765) is known color: Sandal. HEX triplet: A7, 87 and 65. RGB value is (167,135,101). Sum of RGB (Red+Green+Blue) = 167+135+101=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A78765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78765 is #58789A. Grayscale: #8C8C8C. Windows color (decimal): -5798043 or 6653863. OLE color: 6653863.
HSL color Cylindrical-coordinate representation of color #A78765: hue angle of 30.91º 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 #A78765 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 101 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.35 |
| HSL | 30.91º | 0.27% | 0.53% | - |
| HSV(B) | 30.91º | 0.4% | 0.65% | - |
| XYZ | 26.95 | 26.48 | 16 | - |
| YUV | 140.69 | 105.6 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 101 | 0 | 0.19 | 0.40 | 0.35 | 30.91 | 0.27 | 0.53 |
| Hex | A7 | 87 | 65 | 0 | 13 | 28 | 23 | 1F | 1B | 35 |
| Octal | 247 | 207 | 145 | 0 | 23 | 50 | 43 | 37 | 33 | 65 |
| Binary | 10100111 | 10000111 | 1100101 | 0 | 10011 | 101000 | 100011 | 11111 | 11011 | 110101 |
Color Harmonies of #A78765
Complementary color
Monochromatic Colors of #A78765
Black with #A78765
Text Example
Text Example
White with #A78765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78765; }
p { color: rgb(167,135,101); }
H1.HeaderClassName
{
color: #A78765;
}
.AnyTagClassName
{
color: #A78765;
}
</style>
background-color css
<style>
a { background-color: #A78765; }
a { background-color: rgb(167,135,101); }
div.DivClassName
{
background-color: #A78765;
}
.BgClassName
{
background-color: #A78765;
}
</style>
border-color css
<style>
span { border-color: #A78765; }
span { border-color: rgb(167,135,101); }
td.TdClassName
{
border-color: #A78765;
}
.TagClassName
{
border-color: #A78765;
}
</style>