Shades of Sandal #A58B61
Tints of Sandal #A58B61
RGB
CMYK
RGB Variations
Color information
#A58B61 (or 0xA58B61) is known color: Sandal. HEX triplet: A5, 8B and 61. RGB value is (165,139,97). Sum of RGB (Red+Green+Blue) = 165+139+97=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B61 is #5A749E. Grayscale: #8E8E8E. Windows color (decimal): -5928095 or 6392741. OLE color: 6392741.
HSL color Cylindrical-coordinate representation of color #A58B61: hue angle of 37.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58B61 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 97 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.35 |
| HSL | 37.06º | 0.27% | 0.51% | - |
| HSV(B) | 37.06º | 0.41% | 0.65% | - |
| XYZ | 26.91 | 27.33 | 15.17 | - |
| YUV | 141.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 97 | 0 | 0.16 | 0.41 | 0.35 | 37.06 | 0.27 | 0.51 |
| Hex | A5 | 8B | 61 | 0 | 10 | 29 | 23 | 25 | 1B | 33 |
| Octal | 245 | 213 | 141 | 0 | 20 | 51 | 43 | 45 | 33 | 63 |
| Binary | 10100101 | 10001011 | 1100001 | 0 | 10000 | 101001 | 100011 | 100101 | 11011 | 110011 |
Color Harmonies of #A58B61
Complementary color
Monochromatic Colors of #A58B61
Black with #A58B61
Text Example
Text Example
White with #A58B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B61; }
p { color: rgb(165,139,97); }
H1.HeaderClassName
{
color: #A58B61;
}
.AnyTagClassName
{
color: #A58B61;
}
</style>
background-color css
<style>
a { background-color: #A58B61; }
a { background-color: rgb(165,139,97); }
div.DivClassName
{
background-color: #A58B61;
}
.BgClassName
{
background-color: #A58B61;
}
</style>
border-color css
<style>
span { border-color: #A58B61; }
span { border-color: rgb(165,139,97); }
td.TdClassName
{
border-color: #A58B61;
}
.TagClassName
{
border-color: #A58B61;
}
</style>