Shades of Sandal #A48A63
Tints of Sandal #A48A63
RGB
CMYK
RGB Variations
Color information
#A48A63 (or 0xA48A63) is known color: Sandal. HEX triplet: A4, 8A and 63. RGB value is (164,138,99). Sum of RGB (Red+Green+Blue) = 164+138+99=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A63 is #5B759C. Grayscale: #8D8D8D. Windows color (decimal): -5993885 or 6523556. OLE color: 6523556.
HSL color Cylindrical-coordinate representation of color #A48A63: hue angle of 36º 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 #A48A63 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 99 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.36 |
| HSL | 36º | 0.26% | 0.52% | - |
| HSV(B) | 36º | 0.4% | 0.64% | - |
| XYZ | 26.65 | 26.97 | 15.61 | - |
| YUV | 141.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 99 | 0 | 0.16 | 0.40 | 0.36 | 36 | 0.26 | 0.52 |
| Hex | A4 | 8A | 63 | 0 | 10 | 28 | 24 | 24 | 1A | 34 |
| Octal | 244 | 212 | 143 | 0 | 20 | 50 | 44 | 44 | 32 | 64 |
| Binary | 10100100 | 10001010 | 1100011 | 0 | 10000 | 101000 | 100100 | 100100 | 11010 | 110100 |
Color Harmonies of #A48A63
Complementary color
Monochromatic Colors of #A48A63
Black with #A48A63
Text Example
Text Example
White with #A48A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A63; }
p { color: rgb(164,138,99); }
H1.HeaderClassName
{
color: #A48A63;
}
.AnyTagClassName
{
color: #A48A63;
}
</style>
background-color css
<style>
a { background-color: #A48A63; }
a { background-color: rgb(164,138,99); }
div.DivClassName
{
background-color: #A48A63;
}
.BgClassName
{
background-color: #A48A63;
}
</style>
border-color css
<style>
span { border-color: #A48A63; }
span { border-color: rgb(164,138,99); }
td.TdClassName
{
border-color: #A48A63;
}
.TagClassName
{
border-color: #A48A63;
}
</style>