Shades of Desert #A0613A
Tints of Desert #A0613A
RGB
CMYK
RGB Variations
Color information
#A0613A (or 0xA0613A) is known color: Desert. HEX triplet: A0, 61 and 3A. RGB value is (160,97,58). Sum of RGB (Red+Green+Blue) = 160+97+58=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0613A is #5F9EC5. Grayscale: #6F6F6F. Windows color (decimal): -6266566 or 3826080. OLE color: 3826080.
HSL color Cylindrical-coordinate representation of color #A0613A: hue angle of 22.94º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0613A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 58 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.37 |
| HSL | 22.94º | 0.47% | 0.43% | - |
| HSV(B) | 22.94º | 0.64% | 0.63% | - |
| XYZ | 19.54 | 16.33 | 6.13 | - |
| YUV | 111.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 58 | 0 | 0.39 | 0.64 | 0.37 | 22.94 | 0.47 | 0.43 |
| Hex | A0 | 61 | 3A | 0 | 27 | 40 | 25 | 17 | 2F | 2B |
| Octal | 240 | 141 | 72 | 0 | 47 | 100 | 45 | 27 | 57 | 53 |
| Binary | 10100000 | 1100001 | 111010 | 0 | 100111 | 1000000 | 100101 | 10111 | 101111 | 101011 |
Color Harmonies of #A0613A
Complementary color
Monochromatic Colors of #A0613A
Black with #A0613A
Text Example
Text Example
White with #A0613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0613A; }
p { color: rgb(160,97,58); }
H1.HeaderClassName
{
color: #A0613A;
}
.AnyTagClassName
{
color: #A0613A;
}
</style>
background-color css
<style>
a { background-color: #A0613A; }
a { background-color: rgb(160,97,58); }
div.DivClassName
{
background-color: #A0613A;
}
.BgClassName
{
background-color: #A0613A;
}
</style>
border-color css
<style>
span { border-color: #A0613A; }
span { border-color: rgb(160,97,58); }
td.TdClassName
{
border-color: #A0613A;
}
.TagClassName
{
border-color: #A0613A;
}
</style>