Shades of Sandal #A38D64
Tints of Sandal #A38D64
RGB
CMYK
RGB Variations
Color information
#A38D64 (or 0xA38D64) is known color: Sandal. HEX triplet: A3, 8D and 64. RGB value is (163,141,100). Sum of RGB (Red+Green+Blue) = 163+141+100=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38D64 is #5C729B. Grayscale: #8F8F8F. Windows color (decimal): -6058652 or 6589859. OLE color: 6589859.
HSL color Cylindrical-coordinate representation of color #A38D64: hue angle of 39.05º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38D64 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 141 | 100 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.36 |
| HSL | 39.05º | 0.26% | 0.52% | - |
| HSV(B) | 39.05º | 0.39% | 0.64% | - |
| XYZ | 26.93 | 27.76 | 15.99 | - |
| YUV | 142.9 | 103.79 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 100 | 0 | 0.13 | 0.39 | 0.36 | 39.05 | 0.26 | 0.52 |
| Hex | A3 | 8D | 64 | 0 | D | 27 | 24 | 27 | 1A | 34 |
| Octal | 243 | 215 | 144 | 0 | 15 | 47 | 44 | 47 | 32 | 64 |
| Binary | 10100011 | 10001101 | 1100100 | 0 | 1101 | 100111 | 100100 | 100111 | 11010 | 110100 |
Color Harmonies of #A38D64
Complementary color
Monochromatic Colors of #A38D64
Black with #A38D64
Text Example
Text Example
White with #A38D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38D64; }
p { color: rgb(163,141,100); }
H1.HeaderClassName
{
color: #A38D64;
}
.AnyTagClassName
{
color: #A38D64;
}
</style>
background-color css
<style>
a { background-color: #A38D64; }
a { background-color: rgb(163,141,100); }
div.DivClassName
{
background-color: #A38D64;
}
.BgClassName
{
background-color: #A38D64;
}
</style>
border-color css
<style>
span { border-color: #A38D64; }
span { border-color: rgb(163,141,100); }
td.TdClassName
{
border-color: #A38D64;
}
.TagClassName
{
border-color: #A38D64;
}
</style>