Shades of Sandal #A48B65
Tints of Sandal #A48B65
RGB
CMYK
RGB Variations
Color information
#A48B65 (or 0xA48B65) is known color: Sandal. HEX triplet: A4, 8B and 65. RGB value is (164,139,101). Sum of RGB (Red+Green+Blue) = 164+139+101=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B65 is #5B749A. Grayscale: #8E8E8E. Windows color (decimal): -5993627 or 6654884. OLE color: 6654884.
HSL color Cylindrical-coordinate representation of color #A48B65: hue angle of 36.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48B65 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 139 | 101 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.36 |
| HSL | 36.19º | 0.26% | 0.52% | - |
| HSV(B) | 36.19º | 0.38% | 0.64% | - |
| XYZ | 26.89 | 27.3 | 16.16 | - |
| YUV | 142.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 101 | 0 | 0.15 | 0.38 | 0.36 | 36.19 | 0.26 | 0.52 |
| Hex | A4 | 8B | 65 | 0 | F | 26 | 24 | 24 | 1A | 34 |
| Octal | 244 | 213 | 145 | 0 | 17 | 46 | 44 | 44 | 32 | 64 |
| Binary | 10100100 | 10001011 | 1100101 | 0 | 1111 | 100110 | 100100 | 100100 | 11010 | 110100 |
Color Harmonies of #A48B65
Complementary color
Monochromatic Colors of #A48B65
Black with #A48B65
Text Example
Text Example
White with #A48B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48B65; }
p { color: rgb(164,139,101); }
H1.HeaderClassName
{
color: #A48B65;
}
.AnyTagClassName
{
color: #A48B65;
}
</style>
background-color css
<style>
a { background-color: #A48B65; }
a { background-color: rgb(164,139,101); }
div.DivClassName
{
background-color: #A48B65;
}
.BgClassName
{
background-color: #A48B65;
}
</style>
border-color css
<style>
span { border-color: #A48B65; }
span { border-color: rgb(164,139,101); }
td.TdClassName
{
border-color: #A48B65;
}
.TagClassName
{
border-color: #A48B65;
}
</style>