Shades of Sandal #A3896B
Tints of Sandal #A3896B
RGB
CMYK
RGB Variations
Color information
#A3896B (or 0xA3896B) is known color: Sandal. HEX triplet: A3, 89 and 6B. RGB value is (163,137,107). Sum of RGB (Red+Green+Blue) = 163+137+107=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3896B is #5C7694. Grayscale: #8D8D8D. Windows color (decimal): -6059669 or 7047587. OLE color: 7047587.
HSL color Cylindrical-coordinate representation of color #A3896B: hue angle of 32.14º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3896B is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 107 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.36 |
| HSL | 32.14º | 0.23% | 0.53% | - |
| HSV(B) | 32.14º | 0.34% | 0.64% | - |
| XYZ | 26.7 | 26.74 | 17.66 | - |
| YUV | 141.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 107 | 0 | 0.16 | 0.34 | 0.36 | 32.14 | 0.23 | 0.53 |
| Hex | A3 | 89 | 6B | 0 | 10 | 22 | 24 | 20 | 17 | 35 |
| Octal | 243 | 211 | 153 | 0 | 20 | 42 | 44 | 40 | 27 | 65 |
| Binary | 10100011 | 10001001 | 1101011 | 0 | 10000 | 100010 | 100100 | 100000 | 10111 | 110101 |
Color Harmonies of #A3896B
Complementary color
Monochromatic Colors of #A3896B
Black with #A3896B
Text Example
Text Example
White with #A3896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3896B; }
p { color: rgb(163,137,107); }
H1.HeaderClassName
{
color: #A3896B;
}
.AnyTagClassName
{
color: #A3896B;
}
</style>
background-color css
<style>
a { background-color: #A3896B; }
a { background-color: rgb(163,137,107); }
div.DivClassName
{
background-color: #A3896B;
}
.BgClassName
{
background-color: #A3896B;
}
</style>
border-color css
<style>
span { border-color: #A3896B; }
span { border-color: rgb(163,137,107); }
td.TdClassName
{
border-color: #A3896B;
}
.TagClassName
{
border-color: #A3896B;
}
</style>