Shades of Sandal #A6886C
Tints of Sandal #A6886C
RGB
CMYK
RGB Variations
Color information
#A6886C (or 0xA6886C) is known color: Sandal. HEX triplet: A6, 88 and 6C. RGB value is (166,136,108). Sum of RGB (Red+Green+Blue) = 166+136+108=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6886C is #597793. Grayscale: #8D8D8D. Windows color (decimal): -5863316 or 7112870. OLE color: 7112870.
HSL color Cylindrical-coordinate representation of color #A6886C: hue angle of 28.97º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6886C is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 136 | 108 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.35 |
| HSL | 28.97º | 0.25% | 0.54% | - |
| HSV(B) | 28.97º | 0.35% | 0.65% | - |
| XYZ | 27.24 | 26.8 | 17.92 | - |
| YUV | 141.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 108 | 0 | 0.18 | 0.35 | 0.35 | 28.97 | 0.25 | 0.54 |
| Hex | A6 | 88 | 6C | 0 | 12 | 23 | 23 | 1D | 19 | 36 |
| Octal | 246 | 210 | 154 | 0 | 22 | 43 | 43 | 35 | 31 | 66 |
| Binary | 10100110 | 10001000 | 1101100 | 0 | 10010 | 100011 | 100011 | 11101 | 11001 | 110110 |
Color Harmonies of #A6886C
Complementary color
Monochromatic Colors of #A6886C
Black with #A6886C
Text Example
Text Example
White with #A6886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6886C; }
p { color: rgb(166,136,108); }
H1.HeaderClassName
{
color: #A6886C;
}
.AnyTagClassName
{
color: #A6886C;
}
</style>
background-color css
<style>
a { background-color: #A6886C; }
a { background-color: rgb(166,136,108); }
div.DivClassName
{
background-color: #A6886C;
}
.BgClassName
{
background-color: #A6886C;
}
</style>
border-color css
<style>
span { border-color: #A6886C; }
span { border-color: rgb(166,136,108); }
td.TdClassName
{
border-color: #A6886C;
}
.TagClassName
{
border-color: #A6886C;
}
</style>