Shades of Desert #A56140
Tints of Desert #A56140
RGB
CMYK
RGB Variations
Color information
#A56140 (or 0xA56140) is known color: Desert. HEX triplet: A5, 61 and 40. RGB value is (165,97,64). Sum of RGB (Red+Green+Blue) = 165+97+64=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A56140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56140 is #5A9EBF. Grayscale: #717171. Windows color (decimal): -5938880 or 4219301. OLE color: 4219301.
HSL color Cylindrical-coordinate representation of color #A56140: hue angle of 19.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A56140 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 64 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.35 |
| HSL | 19.6º | 0.44% | 0.45% | - |
| HSV(B) | 19.6º | 0.61% | 0.65% | - |
| XYZ | 20.72 | 16.92 | 7.02 | - |
| YUV | 113.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 64 | 0 | 0.41 | 0.61 | 0.35 | 19.6 | 0.44 | 0.45 |
| Hex | A5 | 61 | 40 | 0 | 29 | 3D | 23 | 14 | 2C | 2D |
| Octal | 245 | 141 | 100 | 0 | 51 | 75 | 43 | 24 | 54 | 55 |
| Binary | 10100101 | 1100001 | 1000000 | 0 | 101001 | 111101 | 100011 | 10100 | 101100 | 101101 |
Color Harmonies of #A56140
Complementary color
Monochromatic Colors of #A56140
Black with #A56140
Text Example
Text Example
White with #A56140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56140; }
p { color: rgb(165,97,64); }
H1.HeaderClassName
{
color: #A56140;
}
.AnyTagClassName
{
color: #A56140;
}
</style>
background-color css
<style>
a { background-color: #A56140; }
a { background-color: rgb(165,97,64); }
div.DivClassName
{
background-color: #A56140;
}
.BgClassName
{
background-color: #A56140;
}
</style>
border-color css
<style>
span { border-color: #A56140; }
span { border-color: rgb(165,97,64); }
td.TdClassName
{
border-color: #A56140;
}
.TagClassName
{
border-color: #A56140;
}
</style>