Shades of Desert #A15C39
Tints of Desert #A15C39
RGB
CMYK
RGB Variations
Color information
#A15C39 (or 0xA15C39) is known color: Desert. HEX triplet: A1, 5C and 39. RGB value is (161,92,57). Sum of RGB (Red+Green+Blue) = 161+92+57=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C39 is #5EA3C6. Grayscale: #6C6C6C. Windows color (decimal): -6202311 or 3759265. OLE color: 3759265.
HSL color Cylindrical-coordinate representation of color #A15C39: hue angle of 20.19º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A15C39 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 57 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.37 |
| HSL | 20.19º | 0.48% | 0.43% | - |
| HSV(B) | 20.19º | 0.65% | 0.63% | - |
| XYZ | 19.26 | 15.53 | 5.85 | - |
| YUV | 108.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 57 | 0 | 0.43 | 0.65 | 0.37 | 20.19 | 0.48 | 0.43 |
| Hex | A1 | 5C | 39 | 0 | 2B | 41 | 25 | 14 | 30 | 2B |
| Octal | 241 | 134 | 71 | 0 | 53 | 101 | 45 | 24 | 60 | 53 |
| Binary | 10100001 | 1011100 | 111001 | 0 | 101011 | 1000001 | 100101 | 10100 | 110000 | 101011 |
Color Harmonies of #A15C39
Complementary color
Monochromatic Colors of #A15C39
Black with #A15C39
Text Example
Text Example
White with #A15C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C39; }
p { color: rgb(161,92,57); }
H1.HeaderClassName
{
color: #A15C39;
}
.AnyTagClassName
{
color: #A15C39;
}
</style>
background-color css
<style>
a { background-color: #A15C39; }
a { background-color: rgb(161,92,57); }
div.DivClassName
{
background-color: #A15C39;
}
.BgClassName
{
background-color: #A15C39;
}
</style>
border-color css
<style>
span { border-color: #A15C39; }
span { border-color: rgb(161,92,57); }
td.TdClassName
{
border-color: #A15C39;
}
.TagClassName
{
border-color: #A15C39;
}
</style>