Shades of Desert #A15938
Tints of Desert #A15938
RGB
CMYK
RGB Variations
Color information
#A15938 (or 0xA15938) is known color: Desert. HEX triplet: A1, 59 and 38. RGB value is (161,89,56). Sum of RGB (Red+Green+Blue) = 161+89+56=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A15938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15938 is #5EA6C7. Grayscale: #6A6A6A. Windows color (decimal): -6203080 or 3692961. OLE color: 3692961.
HSL color Cylindrical-coordinate representation of color #A15938: hue angle of 18.86º 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 #A15938 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 89 | 56 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.37 |
| HSL | 18.86º | 0.48% | 0.43% | - |
| HSV(B) | 18.86º | 0.65% | 0.63% | - |
| XYZ | 18.98 | 15.01 | 5.64 | - |
| YUV | 106.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 56 | 0 | 0.45 | 0.65 | 0.37 | 18.86 | 0.48 | 0.43 |
| Hex | A1 | 59 | 38 | 0 | 2D | 41 | 25 | 13 | 30 | 2B |
| Octal | 241 | 131 | 70 | 0 | 55 | 101 | 45 | 23 | 60 | 53 |
| Binary | 10100001 | 1011001 | 111000 | 0 | 101101 | 1000001 | 100101 | 10011 | 110000 | 101011 |
Color Harmonies of #A15938
Complementary color
Monochromatic Colors of #A15938
Black with #A15938
Text Example
Text Example
White with #A15938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15938; }
p { color: rgb(161,89,56); }
H1.HeaderClassName
{
color: #A15938;
}
.AnyTagClassName
{
color: #A15938;
}
</style>
background-color css
<style>
a { background-color: #A15938; }
a { background-color: rgb(161,89,56); }
div.DivClassName
{
background-color: #A15938;
}
.BgClassName
{
background-color: #A15938;
}
</style>
border-color css
<style>
span { border-color: #A15938; }
span { border-color: rgb(161,89,56); }
td.TdClassName
{
border-color: #A15938;
}
.TagClassName
{
border-color: #A15938;
}
</style>