Shades of Desert #A5603E
Tints of Desert #A5603E
RGB
CMYK
RGB Variations
Color information
#A5603E (or 0xA5603E) is known color: Desert. HEX triplet: A5, 60 and 3E. RGB value is (165,96,62). Sum of RGB (Red+Green+Blue) = 165+96+62=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5603E is #5A9FC1. Grayscale: #707070. Windows color (decimal): -5939138 or 4087973. OLE color: 4087973.
HSL color Cylindrical-coordinate representation of color #A5603E: hue angle of 19.81º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5603E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 62 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.35 |
| HSL | 19.81º | 0.45% | 0.45% | - |
| HSV(B) | 19.81º | 0.62% | 0.65% | - |
| XYZ | 20.57 | 16.71 | 6.7 | - |
| YUV | 112.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 62 | 0 | 0.42 | 0.62 | 0.35 | 19.81 | 0.45 | 0.45 |
| Hex | A5 | 60 | 3E | 0 | 2A | 3E | 23 | 14 | 2D | 2D |
| Octal | 245 | 140 | 76 | 0 | 52 | 76 | 43 | 24 | 55 | 55 |
| Binary | 10100101 | 1100000 | 111110 | 0 | 101010 | 111110 | 100011 | 10100 | 101101 | 101101 |
Color Harmonies of #A5603E
Complementary color
Monochromatic Colors of #A5603E
Black with #A5603E
Text Example
Text Example
White with #A5603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5603E; }
p { color: rgb(165,96,62); }
H1.HeaderClassName
{
color: #A5603E;
}
.AnyTagClassName
{
color: #A5603E;
}
</style>
background-color css
<style>
a { background-color: #A5603E; }
a { background-color: rgb(165,96,62); }
div.DivClassName
{
background-color: #A5603E;
}
.BgClassName
{
background-color: #A5603E;
}
</style>
border-color css
<style>
span { border-color: #A5603E; }
span { border-color: rgb(165,96,62); }
td.TdClassName
{
border-color: #A5603E;
}
.TagClassName
{
border-color: #A5603E;
}
</style>