Shades of Sandal #A58A60
Tints of Sandal #A58A60
RGB
CMYK
RGB Variations
Color information
#A58A60 (or 0xA58A60) is known color: Sandal. HEX triplet: A5, 8A and 60. RGB value is (165,138,96). Sum of RGB (Red+Green+Blue) = 165+138+96=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A60 is #5A759F. Grayscale: #8D8D8D. Windows color (decimal): -5928352 or 6326949. OLE color: 6326949.
HSL color Cylindrical-coordinate representation of color #A58A60: hue angle of 36.52º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A58A60 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 96 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.35 |
| HSL | 36.52º | 0.28% | 0.51% | - |
| HSV(B) | 36.52º | 0.42% | 0.65% | - |
| XYZ | 26.72 | 27.02 | 14.87 | - |
| YUV | 141.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 96 | 0 | 0.16 | 0.42 | 0.35 | 36.52 | 0.28 | 0.51 |
| Hex | A5 | 8A | 60 | 0 | 10 | 2A | 23 | 25 | 1C | 33 |
| Octal | 245 | 212 | 140 | 0 | 20 | 52 | 43 | 45 | 34 | 63 |
| Binary | 10100101 | 10001010 | 1100000 | 0 | 10000 | 101010 | 100011 | 100101 | 11100 | 110011 |
Color Harmonies of #A58A60
Complementary color
Monochromatic Colors of #A58A60
Black with #A58A60
Text Example
Text Example
White with #A58A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A60; }
p { color: rgb(165,138,96); }
H1.HeaderClassName
{
color: #A58A60;
}
.AnyTagClassName
{
color: #A58A60;
}
</style>
background-color css
<style>
a { background-color: #A58A60; }
a { background-color: rgb(165,138,96); }
div.DivClassName
{
background-color: #A58A60;
}
.BgClassName
{
background-color: #A58A60;
}
</style>
border-color css
<style>
span { border-color: #A58A60; }
span { border-color: rgb(165,138,96); }
td.TdClassName
{
border-color: #A58A60;
}
.TagClassName
{
border-color: #A58A60;
}
</style>