Shades of Sandal #A3866E
Tints of Sandal #A3866E
RGB
CMYK
RGB Variations
Color information
#A3866E (or 0xA3866E) is known color: Sandal. HEX triplet: A3, 86 and 6E. RGB value is (163,134,110). Sum of RGB (Red+Green+Blue) = 163+134+110=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3866E is #5C7991. Grayscale: #8C8C8C. Windows color (decimal): -6060434 or 7243427. OLE color: 7243427.
HSL color Cylindrical-coordinate representation of color #A3866E: hue angle of 27.17º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3866E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 110 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.36 |
| HSL | 27.17º | 0.22% | 0.54% | - |
| HSV(B) | 27.17º | 0.33% | 0.64% | - |
| XYZ | 26.44 | 25.96 | 18.37 | - |
| YUV | 139.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 110 | 0 | 0.18 | 0.33 | 0.36 | 27.17 | 0.22 | 0.54 |
| Hex | A3 | 86 | 6E | 0 | 12 | 21 | 24 | 1B | 16 | 36 |
| Octal | 243 | 206 | 156 | 0 | 22 | 41 | 44 | 33 | 26 | 66 |
| Binary | 10100011 | 10000110 | 1101110 | 0 | 10010 | 100001 | 100100 | 11011 | 10110 | 110110 |
Color Harmonies of #A3866E
Complementary color
Monochromatic Colors of #A3866E
Black with #A3866E
Text Example
Text Example
White with #A3866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3866E; }
p { color: rgb(163,134,110); }
H1.HeaderClassName
{
color: #A3866E;
}
.AnyTagClassName
{
color: #A3866E;
}
</style>
background-color css
<style>
a { background-color: #A3866E; }
a { background-color: rgb(163,134,110); }
div.DivClassName
{
background-color: #A3866E;
}
.BgClassName
{
background-color: #A3866E;
}
</style>
border-color css
<style>
span { border-color: #A3866E; }
span { border-color: rgb(163,134,110); }
td.TdClassName
{
border-color: #A3866E;
}
.TagClassName
{
border-color: #A3866E;
}
</style>