Shades of Sandal #A38963
Tints of Sandal #A38963
RGB
CMYK
RGB Variations
Color information
#A38963 (or 0xA38963) is known color: Sandal. HEX triplet: A3, 89 and 63. RGB value is (163,137,99). Sum of RGB (Red+Green+Blue) = 163+137+99=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A38963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38963 is #5C769C. Grayscale: #8C8C8C. Windows color (decimal): -6059677 or 6523299. OLE color: 6523299.
HSL color Cylindrical-coordinate representation of color #A38963: hue angle of 35.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38963 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 99 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.36 |
| HSL | 35.63º | 0.26% | 0.51% | - |
| HSV(B) | 35.63º | 0.39% | 0.64% | - |
| XYZ | 26.3 | 26.58 | 15.55 | - |
| YUV | 140.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 99 | 0 | 0.16 | 0.39 | 0.36 | 35.63 | 0.26 | 0.51 |
| Hex | A3 | 89 | 63 | 0 | 10 | 27 | 24 | 24 | 1A | 33 |
| Octal | 243 | 211 | 143 | 0 | 20 | 47 | 44 | 44 | 32 | 63 |
| Binary | 10100011 | 10001001 | 1100011 | 0 | 10000 | 100111 | 100100 | 100100 | 11010 | 110011 |
Color Harmonies of #A38963
Complementary color
Monochromatic Colors of #A38963
Black with #A38963
Text Example
Text Example
White with #A38963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38963; }
p { color: rgb(163,137,99); }
H1.HeaderClassName
{
color: #A38963;
}
.AnyTagClassName
{
color: #A38963;
}
</style>
background-color css
<style>
a { background-color: #A38963; }
a { background-color: rgb(163,137,99); }
div.DivClassName
{
background-color: #A38963;
}
.BgClassName
{
background-color: #A38963;
}
</style>
border-color css
<style>
span { border-color: #A38963; }
span { border-color: rgb(163,137,99); }
td.TdClassName
{
border-color: #A38963;
}
.TagClassName
{
border-color: #A38963;
}
</style>