Shades of Desert #A05C3B
Tints of Desert #A05C3B
RGB
CMYK
RGB Variations
Color information
#A05C3B (or 0xA05C3B) is known color: Desert. HEX triplet: A0, 5C and 3B. RGB value is (160,92,59). Sum of RGB (Red+Green+Blue) = 160+92+59=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C3B is #5FA3C4. Grayscale: #6C6C6C. Windows color (decimal): -6267845 or 3890336. OLE color: 3890336.
HSL color Cylindrical-coordinate representation of color #A05C3B: hue angle of 19.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05C3B is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 92 | 59 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.37 |
| HSL | 19.6º | 0.46% | 0.43% | - |
| HSV(B) | 19.6º | 0.63% | 0.63% | - |
| XYZ | 19.11 | 15.44 | 6.11 | - |
| YUV | 108.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 59 | 0 | 0.43 | 0.63 | 0.37 | 19.6 | 0.46 | 0.43 |
| Hex | A0 | 5C | 3B | 0 | 2B | 3F | 25 | 14 | 2E | 2B |
| Octal | 240 | 134 | 73 | 0 | 53 | 77 | 45 | 24 | 56 | 53 |
| Binary | 10100000 | 1011100 | 111011 | 0 | 101011 | 111111 | 100101 | 10100 | 101110 | 101011 |
Color Harmonies of #A05C3B
Complementary color
Monochromatic Colors of #A05C3B
Black with #A05C3B
Text Example
Text Example
White with #A05C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05C3B; }
p { color: rgb(160,92,59); }
H1.HeaderClassName
{
color: #A05C3B;
}
.AnyTagClassName
{
color: #A05C3B;
}
</style>
background-color css
<style>
a { background-color: #A05C3B; }
a { background-color: rgb(160,92,59); }
div.DivClassName
{
background-color: #A05C3B;
}
.BgClassName
{
background-color: #A05C3B;
}
</style>
border-color css
<style>
span { border-color: #A05C3B; }
span { border-color: rgb(160,92,59); }
td.TdClassName
{
border-color: #A05C3B;
}
.TagClassName
{
border-color: #A05C3B;
}
</style>