Shades of Sandal #A6876D
Tints of Sandal #A6876D
RGB
CMYK
RGB Variations
Color information
#A6876D (or 0xA6876D) is known color: Sandal. HEX triplet: A6, 87 and 6D. RGB value is (166,135,109). Sum of RGB (Red+Green+Blue) = 166+135+109=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6876D is #597892. Grayscale: #8D8D8D. Windows color (decimal): -5863571 or 7178150. OLE color: 7178150.
HSL color Cylindrical-coordinate representation of color #A6876D: hue angle of 27.37º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6876D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 109 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.35 |
| HSL | 27.37º | 0.24% | 0.54% | - |
| HSV(B) | 27.37º | 0.34% | 0.65% | - |
| XYZ | 27.15 | 26.54 | 18.16 | - |
| YUV | 141.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 109 | 0 | 0.19 | 0.34 | 0.35 | 27.37 | 0.24 | 0.54 |
| Hex | A6 | 87 | 6D | 0 | 13 | 22 | 23 | 1B | 18 | 36 |
| Octal | 246 | 207 | 155 | 0 | 23 | 42 | 43 | 33 | 30 | 66 |
| Binary | 10100110 | 10000111 | 1101101 | 0 | 10011 | 100010 | 100011 | 11011 | 11000 | 110110 |
Color Harmonies of #A6876D
Complementary color
Monochromatic Colors of #A6876D
Black with #A6876D
Text Example
Text Example
White with #A6876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6876D; }
p { color: rgb(166,135,109); }
H1.HeaderClassName
{
color: #A6876D;
}
.AnyTagClassName
{
color: #A6876D;
}
</style>
background-color css
<style>
a { background-color: #A6876D; }
a { background-color: rgb(166,135,109); }
div.DivClassName
{
background-color: #A6876D;
}
.BgClassName
{
background-color: #A6876D;
}
</style>
border-color css
<style>
span { border-color: #A6876D; }
span { border-color: rgb(166,135,109); }
td.TdClassName
{
border-color: #A6876D;
}
.TagClassName
{
border-color: #A6876D;
}
</style>