Shades of Desert #A5643F
Tints of Desert #A5643F
RGB
CMYK
RGB Variations
Color information
#A5643F (or 0xA5643F) is known color: Desert. HEX triplet: A5, 64 and 3F. RGB value is (165,100,63). Sum of RGB (Red+Green+Blue) = 165+100+63=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5643F is #5A9BC0. Grayscale: #737373. Windows color (decimal): -5938113 or 4154533. OLE color: 4154533.
HSL color Cylindrical-coordinate representation of color #A5643F: hue angle of 21.76º 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 #A5643F is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 100 | 63 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.35 |
| HSL | 21.76º | 0.45% | 0.45% | - |
| HSV(B) | 21.76º | 0.62% | 0.65% | - |
| XYZ | 20.97 | 17.47 | 6.97 | - |
| YUV | 115.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 63 | 0 | 0.39 | 0.62 | 0.35 | 21.76 | 0.45 | 0.45 |
| Hex | A5 | 64 | 3F | 0 | 27 | 3E | 23 | 16 | 2D | 2D |
| Octal | 245 | 144 | 77 | 0 | 47 | 76 | 43 | 26 | 55 | 55 |
| Binary | 10100101 | 1100100 | 111111 | 0 | 100111 | 111110 | 100011 | 10110 | 101101 | 101101 |
Color Harmonies of #A5643F
Complementary color
Monochromatic Colors of #A5643F
Black with #A5643F
Text Example
Text Example
White with #A5643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5643F; }
p { color: rgb(165,100,63); }
H1.HeaderClassName
{
color: #A5643F;
}
.AnyTagClassName
{
color: #A5643F;
}
</style>
background-color css
<style>
a { background-color: #A5643F; }
a { background-color: rgb(165,100,63); }
div.DivClassName
{
background-color: #A5643F;
}
.BgClassName
{
background-color: #A5643F;
}
</style>
border-color css
<style>
span { border-color: #A5643F; }
span { border-color: rgb(165,100,63); }
td.TdClassName
{
border-color: #A5643F;
}
.TagClassName
{
border-color: #A5643F;
}
</style>