Shades of Desert #A5643B
Tints of Desert #A5643B
RGB
CMYK
RGB Variations
Color information
#A5643B (or 0xA5643B) is known color: Desert. HEX triplet: A5, 64 and 3B. RGB value is (165,100,59). Sum of RGB (Red+Green+Blue) = 165+100+59=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5643B is #5A9BC4. Grayscale: #727272. Windows color (decimal): -5938117 or 3892389. OLE color: 3892389.
HSL color Cylindrical-coordinate representation of color #A5643B: hue angle of 23.21º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5643B is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 59 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.35 |
| HSL | 23.21º | 0.47% | 0.44% | - |
| HSV(B) | 23.21º | 0.64% | 0.65% | - |
| XYZ | 20.86 | 17.43 | 6.4 | - |
| YUV | 114.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 59 | 0 | 0.39 | 0.64 | 0.35 | 23.21 | 0.47 | 0.44 |
| Hex | A5 | 64 | 3B | 0 | 27 | 40 | 23 | 17 | 2F | 2C |
| Octal | 245 | 144 | 73 | 0 | 47 | 100 | 43 | 27 | 57 | 54 |
| Binary | 10100101 | 1100100 | 111011 | 0 | 100111 | 1000000 | 100011 | 10111 | 101111 | 101100 |
Color Harmonies of #A5643B
Complementary color
Monochromatic Colors of #A5643B
Black with #A5643B
Text Example
Text Example
White with #A5643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5643B; }
p { color: rgb(165,100,59); }
H1.HeaderClassName
{
color: #A5643B;
}
.AnyTagClassName
{
color: #A5643B;
}
</style>
background-color css
<style>
a { background-color: #A5643B; }
a { background-color: rgb(165,100,59); }
div.DivClassName
{
background-color: #A5643B;
}
.BgClassName
{
background-color: #A5643B;
}
</style>
border-color css
<style>
span { border-color: #A5643B; }
span { border-color: rgb(165,100,59); }
td.TdClassName
{
border-color: #A5643B;
}
.TagClassName
{
border-color: #A5643B;
}
</style>