Shades of Desert #A4613A
Tints of Desert #A4613A
RGB
CMYK
RGB Variations
Color information
#A4613A (or 0xA4613A) is known color: Desert. HEX triplet: A4, 61 and 3A. RGB value is (164,97,58). Sum of RGB (Red+Green+Blue) = 164+97+58=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4613A is #5B9EC5. Grayscale: #707070. Windows color (decimal): -6004422 or 3826084. OLE color: 3826084.
HSL color Cylindrical-coordinate representation of color #A4613A: hue angle of 22.08º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4613A is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 97 | 58 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.36 |
| HSL | 22.08º | 0.48% | 0.44% | - |
| HSV(B) | 22.08º | 0.65% | 0.64% | - |
| XYZ | 20.35 | 16.75 | 6.16 | - |
| YUV | 112.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 97 | 58 | 0 | 0.41 | 0.65 | 0.36 | 22.08 | 0.48 | 0.44 |
| Hex | A4 | 61 | 3A | 0 | 29 | 41 | 24 | 16 | 30 | 2C |
| Octal | 244 | 141 | 72 | 0 | 51 | 101 | 44 | 26 | 60 | 54 |
| Binary | 10100100 | 1100001 | 111010 | 0 | 101001 | 1000001 | 100100 | 10110 | 110000 | 101100 |
Color Harmonies of #A4613A
Complementary color
Monochromatic Colors of #A4613A
Black with #A4613A
Text Example
Text Example
White with #A4613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4613A; }
p { color: rgb(164,97,58); }
H1.HeaderClassName
{
color: #A4613A;
}
.AnyTagClassName
{
color: #A4613A;
}
</style>
background-color css
<style>
a { background-color: #A4613A; }
a { background-color: rgb(164,97,58); }
div.DivClassName
{
background-color: #A4613A;
}
.BgClassName
{
background-color: #A4613A;
}
</style>
border-color css
<style>
span { border-color: #A4613A; }
span { border-color: rgb(164,97,58); }
td.TdClassName
{
border-color: #A4613A;
}
.TagClassName
{
border-color: #A4613A;
}
</style>