Shades of Sandal #A48571
Tints of Sandal #A48571
RGB
CMYK
RGB Variations
Color information
#A48571 (or 0xA48571) is known color: Sandal. HEX triplet: A4, 85 and 71. RGB value is (164,133,113). Sum of RGB (Red+Green+Blue) = 164+133+113=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48571 is #5B7A8E. Grayscale: #8C8C8C. Windows color (decimal): -5995151 or 7439780. OLE color: 7439780.
HSL color Cylindrical-coordinate representation of color #A48571: hue angle of 23.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48571 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 133 | 113 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.36 |
| HSL | 23.53º | 0.22% | 0.54% | - |
| HSV(B) | 23.53º | 0.31% | 0.64% | - |
| XYZ | 26.68 | 25.86 | 19.21 | - |
| YUV | 139.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 113 | 0 | 0.19 | 0.31 | 0.36 | 23.53 | 0.22 | 0.54 |
| Hex | A4 | 85 | 71 | 0 | 13 | 1F | 24 | 18 | 16 | 36 |
| Octal | 244 | 205 | 161 | 0 | 23 | 37 | 44 | 30 | 26 | 66 |
| Binary | 10100100 | 10000101 | 1110001 | 0 | 10011 | 11111 | 100100 | 11000 | 10110 | 110110 |
Color Harmonies of #A48571
Complementary color
Monochromatic Colors of #A48571
Black with #A48571
Text Example
Text Example
White with #A48571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48571; }
p { color: rgb(164,133,113); }
H1.HeaderClassName
{
color: #A48571;
}
.AnyTagClassName
{
color: #A48571;
}
</style>
background-color css
<style>
a { background-color: #A48571; }
a { background-color: rgb(164,133,113); }
div.DivClassName
{
background-color: #A48571;
}
.BgClassName
{
background-color: #A48571;
}
</style>
border-color css
<style>
span { border-color: #A48571; }
span { border-color: rgb(164,133,113); }
td.TdClassName
{
border-color: #A48571;
}
.TagClassName
{
border-color: #A48571;
}
</style>