Shades of Sandal #A48463
Tints of Sandal #A48463
RGB
CMYK
RGB Variations
Color information
#A48463 (or 0xA48463) is known color: Sandal. HEX triplet: A4, 84 and 63. RGB value is (164,132,99). Sum of RGB (Red+Green+Blue) = 164+132+99=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A48463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48463 is #5B7B9C. Grayscale: #898989. Windows color (decimal): -5995421 or 6522020. OLE color: 6522020.
HSL color Cylindrical-coordinate representation of color #A48463: hue angle of 30.46º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48463 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 99 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.36 |
| HSL | 30.46º | 0.26% | 0.52% | - |
| HSV(B) | 30.46º | 0.4% | 0.64% | - |
| XYZ | 25.81 | 25.3 | 15.33 | - |
| YUV | 137.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 99 | 0 | 0.20 | 0.40 | 0.36 | 30.46 | 0.26 | 0.52 |
| Hex | A4 | 84 | 63 | 0 | 14 | 28 | 24 | 1E | 1A | 34 |
| Octal | 244 | 204 | 143 | 0 | 24 | 50 | 44 | 36 | 32 | 64 |
| Binary | 10100100 | 10000100 | 1100011 | 0 | 10100 | 101000 | 100100 | 11110 | 11010 | 110100 |
Color Harmonies of #A48463
Complementary color
Monochromatic Colors of #A48463
Black with #A48463
Text Example
Text Example
White with #A48463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48463; }
p { color: rgb(164,132,99); }
H1.HeaderClassName
{
color: #A48463;
}
.AnyTagClassName
{
color: #A48463;
}
</style>
background-color css
<style>
a { background-color: #A48463; }
a { background-color: rgb(164,132,99); }
div.DivClassName
{
background-color: #A48463;
}
.BgClassName
{
background-color: #A48463;
}
</style>
border-color css
<style>
span { border-color: #A48463; }
span { border-color: rgb(164,132,99); }
td.TdClassName
{
border-color: #A48463;
}
.TagClassName
{
border-color: #A48463;
}
</style>