Shades of Sandal #A1866C
Tints of Sandal #A1866C
RGB
CMYK
RGB Variations
Color information
#A1866C (or 0xA1866C) is known color: Sandal. HEX triplet: A1, 86 and 6C. RGB value is (161,134,108). Sum of RGB (Red+Green+Blue) = 161+134+108=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1866C is #5E7993. Grayscale: #8B8B8B. Windows color (decimal): -6191508 or 7112353. OLE color: 7112353.
HSL color Cylindrical-coordinate representation of color #A1866C: hue angle of 29.43º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1866C is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 134 | 108 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.37 |
| HSL | 29.43º | 0.22% | 0.53% | - |
| HSV(B) | 29.43º | 0.33% | 0.63% | - |
| XYZ | 25.93 | 25.71 | 17.78 | - |
| YUV | 139.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 134 | 108 | 0 | 0.17 | 0.33 | 0.37 | 29.43 | 0.22 | 0.53 |
| Hex | A1 | 86 | 6C | 0 | 11 | 21 | 25 | 1D | 16 | 35 |
| Octal | 241 | 206 | 154 | 0 | 21 | 41 | 45 | 35 | 26 | 65 |
| Binary | 10100001 | 10000110 | 1101100 | 0 | 10001 | 100001 | 100101 | 11101 | 10110 | 110101 |
Color Harmonies of #A1866C
Complementary color
Monochromatic Colors of #A1866C
Black with #A1866C
Text Example
Text Example
White with #A1866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1866C; }
p { color: rgb(161,134,108); }
H1.HeaderClassName
{
color: #A1866C;
}
.AnyTagClassName
{
color: #A1866C;
}
</style>
background-color css
<style>
a { background-color: #A1866C; }
a { background-color: rgb(161,134,108); }
div.DivClassName
{
background-color: #A1866C;
}
.BgClassName
{
background-color: #A1866C;
}
</style>
border-color css
<style>
span { border-color: #A1866C; }
span { border-color: rgb(161,134,108); }
td.TdClassName
{
border-color: #A1866C;
}
.TagClassName
{
border-color: #A1866C;
}
</style>