Shades of Sandal #A48470
Tints of Sandal #A48470
RGB
CMYK
RGB Variations
Color information
#A48470 (or 0xA48470) is known color: Sandal. HEX triplet: A4, 84 and 70. RGB value is (164,132,112). Sum of RGB (Red+Green+Blue) = 164+132+112=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48470 is #5B7B8F. Grayscale: #8B8B8B. Windows color (decimal): -5995408 or 7373988. OLE color: 7373988.
HSL color Cylindrical-coordinate representation of color #A48470: hue angle of 23.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48470 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 112 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.36 |
| HSL | 23.08º | 0.22% | 0.54% | - |
| HSV(B) | 23.08º | 0.32% | 0.64% | - |
| XYZ | 26.49 | 25.56 | 18.87 | - |
| YUV | 139.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 112 | 0 | 0.20 | 0.32 | 0.36 | 23.08 | 0.22 | 0.54 |
| Hex | A4 | 84 | 70 | 0 | 14 | 20 | 24 | 17 | 16 | 36 |
| Octal | 244 | 204 | 160 | 0 | 24 | 40 | 44 | 27 | 26 | 66 |
| Binary | 10100100 | 10000100 | 1110000 | 0 | 10100 | 100000 | 100100 | 10111 | 10110 | 110110 |
Color Harmonies of #A48470
Complementary color
Monochromatic Colors of #A48470
Black with #A48470
Text Example
Text Example
White with #A48470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48470; }
p { color: rgb(164,132,112); }
H1.HeaderClassName
{
color: #A48470;
}
.AnyTagClassName
{
color: #A48470;
}
</style>
background-color css
<style>
a { background-color: #A48470; }
a { background-color: rgb(164,132,112); }
div.DivClassName
{
background-color: #A48470;
}
.BgClassName
{
background-color: #A48470;
}
</style>
border-color css
<style>
span { border-color: #A48470; }
span { border-color: rgb(164,132,112); }
td.TdClassName
{
border-color: #A48470;
}
.TagClassName
{
border-color: #A48470;
}
</style>