Shades of Desert #A0613C
Tints of Desert #A0613C
RGB
CMYK
RGB Variations
Color information
#A0613C (or 0xA0613C) is known color: Desert. HEX triplet: A0, 61 and 3C. RGB value is (160,97,60). Sum of RGB (Red+Green+Blue) = 160+97+60=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A0613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0613C is #5F9EC3. Grayscale: #6F6F6F. Windows color (decimal): -6266564 or 3957152. OLE color: 3957152.
HSL color Cylindrical-coordinate representation of color #A0613C: hue angle of 22.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0613C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 97 | 60 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.37 |
| HSL | 22.2º | 0.45% | 0.43% | - |
| HSV(B) | 22.2º | 0.63% | 0.63% | - |
| XYZ | 19.59 | 16.35 | 6.4 | - |
| YUV | 111.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 97 | 60 | 0 | 0.39 | 0.62 | 0.37 | 22.2 | 0.45 | 0.43 |
| Hex | A0 | 61 | 3C | 0 | 27 | 3E | 25 | 16 | 2D | 2B |
| Octal | 240 | 141 | 74 | 0 | 47 | 76 | 45 | 26 | 55 | 53 |
| Binary | 10100000 | 1100001 | 111100 | 0 | 100111 | 111110 | 100101 | 10110 | 101101 | 101011 |
Color Harmonies of #A0613C
Complementary color
Monochromatic Colors of #A0613C
Black with #A0613C
Text Example
Text Example
White with #A0613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0613C; }
p { color: rgb(160,97,60); }
H1.HeaderClassName
{
color: #A0613C;
}
.AnyTagClassName
{
color: #A0613C;
}
</style>
background-color css
<style>
a { background-color: #A0613C; }
a { background-color: rgb(160,97,60); }
div.DivClassName
{
background-color: #A0613C;
}
.BgClassName
{
background-color: #A0613C;
}
</style>
border-color css
<style>
span { border-color: #A0613C; }
span { border-color: rgb(160,97,60); }
td.TdClassName
{
border-color: #A0613C;
}
.TagClassName
{
border-color: #A0613C;
}
</style>