Shades of Sandal #A4856D
Tints of Sandal #A4856D
RGB
CMYK
RGB Variations
Color information
#A4856D (or 0xA4856D) is known color: Sandal. HEX triplet: A4, 85 and 6D. RGB value is (164,133,109). Sum of RGB (Red+Green+Blue) = 164+133+109=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4856D is #5B7A92. Grayscale: #8B8B8B. Windows color (decimal): -5995155 or 7177636. OLE color: 7177636.
HSL color Cylindrical-coordinate representation of color #A4856D: hue angle of 26.18º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4856D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 109 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.36 |
| HSL | 26.18º | 0.23% | 0.54% | - |
| HSV(B) | 26.18º | 0.34% | 0.64% | - |
| XYZ | 26.46 | 25.77 | 18.05 | - |
| YUV | 139.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 109 | 0 | 0.19 | 0.34 | 0.36 | 26.18 | 0.23 | 0.54 |
| Hex | A4 | 85 | 6D | 0 | 13 | 22 | 24 | 1A | 17 | 36 |
| Octal | 244 | 205 | 155 | 0 | 23 | 42 | 44 | 32 | 27 | 66 |
| Binary | 10100100 | 10000101 | 1101101 | 0 | 10011 | 100010 | 100100 | 11010 | 10111 | 110110 |
Color Harmonies of #A4856D
Complementary color
Monochromatic Colors of #A4856D
Black with #A4856D
Text Example
Text Example
White with #A4856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4856D; }
p { color: rgb(164,133,109); }
H1.HeaderClassName
{
color: #A4856D;
}
.AnyTagClassName
{
color: #A4856D;
}
</style>
background-color css
<style>
a { background-color: #A4856D; }
a { background-color: rgb(164,133,109); }
div.DivClassName
{
background-color: #A4856D;
}
.BgClassName
{
background-color: #A4856D;
}
</style>
border-color css
<style>
span { border-color: #A4856D; }
span { border-color: rgb(164,133,109); }
td.TdClassName
{
border-color: #A4856D;
}
.TagClassName
{
border-color: #A4856D;
}
</style>