Shades of Sandal #A48C64
Tints of Sandal #A48C64
RGB
CMYK
RGB Variations
Color information
#A48C64 (or 0xA48C64) is known color: Sandal. HEX triplet: A4, 8C and 64. RGB value is (164,140,100). Sum of RGB (Red+Green+Blue) = 164+140+100=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C64 is #5B739B. Grayscale: #8E8E8E. Windows color (decimal): -5993372 or 6589604. OLE color: 6589604.
HSL color Cylindrical-coordinate representation of color #A48C64: hue angle of 37.5º 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 #A48C64 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 140 | 100 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.36 |
| HSL | 37.5º | 0.26% | 0.52% | - |
| HSV(B) | 37.5º | 0.39% | 0.64% | - |
| XYZ | 26.99 | 27.57 | 15.96 | - |
| YUV | 142.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 100 | 0 | 0.15 | 0.39 | 0.36 | 37.5 | 0.26 | 0.52 |
| Hex | A4 | 8C | 64 | 0 | F | 27 | 24 | 26 | 1A | 34 |
| Octal | 244 | 214 | 144 | 0 | 17 | 47 | 44 | 46 | 32 | 64 |
| Binary | 10100100 | 10001100 | 1100100 | 0 | 1111 | 100111 | 100100 | 100110 | 11010 | 110100 |
Color Harmonies of #A48C64
Complementary color
Monochromatic Colors of #A48C64
Black with #A48C64
Text Example
Text Example
White with #A48C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48C64; }
p { color: rgb(164,140,100); }
H1.HeaderClassName
{
color: #A48C64;
}
.AnyTagClassName
{
color: #A48C64;
}
</style>
background-color css
<style>
a { background-color: #A48C64; }
a { background-color: rgb(164,140,100); }
div.DivClassName
{
background-color: #A48C64;
}
.BgClassName
{
background-color: #A48C64;
}
</style>
border-color css
<style>
span { border-color: #A48C64; }
span { border-color: rgb(164,140,100); }
td.TdClassName
{
border-color: #A48C64;
}
.TagClassName
{
border-color: #A48C64;
}
</style>