Shades of Desert #A2613A
Tints of Desert #A2613A
RGB
CMYK
RGB Variations
Color information
#A2613A (or 0xA2613A) is known color: Desert. HEX triplet: A2, 61 and 3A. RGB value is (162,97,58). Sum of RGB (Red+Green+Blue) = 162+97+58=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A2613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2613A is #5D9EC5. Grayscale: #707070. Windows color (decimal): -6135494 or 3826082. OLE color: 3826082.
HSL color Cylindrical-coordinate representation of color #A2613A: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2613A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 97 | 58 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.36 |
| HSL | 22.5º | 0.47% | 0.43% | - |
| HSV(B) | 22.5º | 0.64% | 0.64% | - |
| XYZ | 19.94 | 16.54 | 6.14 | - |
| YUV | 111.99 | 97.53 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 97 | 58 | 0 | 0.40 | 0.64 | 0.36 | 22.5 | 0.47 | 0.43 |
| Hex | A2 | 61 | 3A | 0 | 28 | 40 | 24 | 16 | 2F | 2B |
| Octal | 242 | 141 | 72 | 0 | 50 | 100 | 44 | 26 | 57 | 53 |
| Binary | 10100010 | 1100001 | 111010 | 0 | 101000 | 1000000 | 100100 | 10110 | 101111 | 101011 |
Color Harmonies of #A2613A
Complementary color
Monochromatic Colors of #A2613A
Black with #A2613A
Text Example
Text Example
White with #A2613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2613A; }
p { color: rgb(162,97,58); }
H1.HeaderClassName
{
color: #A2613A;
}
.AnyTagClassName
{
color: #A2613A;
}
</style>
background-color css
<style>
a { background-color: #A2613A; }
a { background-color: rgb(162,97,58); }
div.DivClassName
{
background-color: #A2613A;
}
.BgClassName
{
background-color: #A2613A;
}
</style>
border-color css
<style>
span { border-color: #A2613A; }
span { border-color: rgb(162,97,58); }
td.TdClassName
{
border-color: #A2613A;
}
.TagClassName
{
border-color: #A2613A;
}
</style>