Shades of Sandal #A3866D
Tints of Sandal #A3866D
RGB
CMYK
RGB Variations
Color information
#A3866D (or 0xA3866D) is known color: Sandal. HEX triplet: A3, 86 and 6D. RGB value is (163,134,109). Sum of RGB (Red+Green+Blue) = 163+134+109=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3866D is #5C7992. Grayscale: #8B8B8B. Windows color (decimal): -6060435 or 7177891. OLE color: 7177891.
HSL color Cylindrical-coordinate representation of color #A3866D: hue angle of 27.78º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3866D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 134 | 109 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.36 |
| HSL | 27.78º | 0.23% | 0.53% | - |
| HSV(B) | 27.78º | 0.33% | 0.64% | - |
| XYZ | 26.39 | 25.94 | 18.08 | - |
| YUV | 139.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 109 | 0 | 0.18 | 0.33 | 0.36 | 27.78 | 0.23 | 0.53 |
| Hex | A3 | 86 | 6D | 0 | 12 | 21 | 24 | 1C | 17 | 35 |
| Octal | 243 | 206 | 155 | 0 | 22 | 41 | 44 | 34 | 27 | 65 |
| Binary | 10100011 | 10000110 | 1101101 | 0 | 10010 | 100001 | 100100 | 11100 | 10111 | 110101 |
Color Harmonies of #A3866D
Complementary color
Monochromatic Colors of #A3866D
Black with #A3866D
Text Example
Text Example
White with #A3866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3866D; }
p { color: rgb(163,134,109); }
H1.HeaderClassName
{
color: #A3866D;
}
.AnyTagClassName
{
color: #A3866D;
}
</style>
background-color css
<style>
a { background-color: #A3866D; }
a { background-color: rgb(163,134,109); }
div.DivClassName
{
background-color: #A3866D;
}
.BgClassName
{
background-color: #A3866D;
}
</style>
border-color css
<style>
span { border-color: #A3866D; }
span { border-color: rgb(163,134,109); }
td.TdClassName
{
border-color: #A3866D;
}
.TagClassName
{
border-color: #A3866D;
}
</style>