Shades of Sandal #A4866D
Tints of Sandal #A4866D
RGB
CMYK
RGB Variations
Color information
#A4866D (or 0xA4866D) is known color: Sandal. HEX triplet: A4, 86 and 6D. RGB value is (164,134,109). Sum of RGB (Red+Green+Blue) = 164+134+109=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4866D is #5B7992. Grayscale: #8C8C8C. Windows color (decimal): -5994899 or 7177892. OLE color: 7177892.
HSL color Cylindrical-coordinate representation of color #A4866D: hue angle of 27.27º 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 #A4866D is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 134 | 109 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.36 |
| HSL | 27.27º | 0.23% | 0.54% | - |
| HSV(B) | 27.27º | 0.34% | 0.64% | - |
| XYZ | 26.6 | 26.05 | 18.09 | - |
| YUV | 140.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 134 | 109 | 0 | 0.18 | 0.34 | 0.36 | 27.27 | 0.23 | 0.54 |
| Hex | A4 | 86 | 6D | 0 | 12 | 22 | 24 | 1B | 17 | 36 |
| Octal | 244 | 206 | 155 | 0 | 22 | 42 | 44 | 33 | 27 | 66 |
| Binary | 10100100 | 10000110 | 1101101 | 0 | 10010 | 100010 | 100100 | 11011 | 10111 | 110110 |
Color Harmonies of #A4866D
Complementary color
Monochromatic Colors of #A4866D
Black with #A4866D
Text Example
Text Example
White with #A4866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4866D; }
p { color: rgb(164,134,109); }
H1.HeaderClassName
{
color: #A4866D;
}
.AnyTagClassName
{
color: #A4866D;
}
</style>
background-color css
<style>
a { background-color: #A4866D; }
a { background-color: rgb(164,134,109); }
div.DivClassName
{
background-color: #A4866D;
}
.BgClassName
{
background-color: #A4866D;
}
</style>
border-color css
<style>
span { border-color: #A4866D; }
span { border-color: rgb(164,134,109); }
td.TdClassName
{
border-color: #A4866D;
}
.TagClassName
{
border-color: #A4866D;
}
</style>