Shades of Desert #A2643D
Tints of Desert #A2643D
RGB
CMYK
RGB Variations
Color information
#A2643D (or 0xA2643D) is known color: Desert. HEX triplet: A2, 64 and 3D. RGB value is (162,100,61). Sum of RGB (Red+Green+Blue) = 162+100+61=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A2643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2643D is #5D9BC2. Grayscale: #727272. Windows color (decimal): -6134723 or 4023458. OLE color: 4023458.
HSL color Cylindrical-coordinate representation of color #A2643D: hue angle of 23.17º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2643D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 100 | 61 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.36 |
| HSL | 23.17º | 0.45% | 0.44% | - |
| HSV(B) | 23.17º | 0.62% | 0.64% | - |
| XYZ | 20.3 | 17.13 | 6.65 | - |
| YUV | 114.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 61 | 0 | 0.38 | 0.62 | 0.36 | 23.17 | 0.45 | 0.44 |
| Hex | A2 | 64 | 3D | 0 | 26 | 3E | 24 | 17 | 2D | 2C |
| Octal | 242 | 144 | 75 | 0 | 46 | 76 | 44 | 27 | 55 | 54 |
| Binary | 10100010 | 1100100 | 111101 | 0 | 100110 | 111110 | 100100 | 10111 | 101101 | 101100 |
Color Harmonies of #A2643D
Complementary color
Monochromatic Colors of #A2643D
Black with #A2643D
Text Example
Text Example
White with #A2643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2643D; }
p { color: rgb(162,100,61); }
H1.HeaderClassName
{
color: #A2643D;
}
.AnyTagClassName
{
color: #A2643D;
}
</style>
background-color css
<style>
a { background-color: #A2643D; }
a { background-color: rgb(162,100,61); }
div.DivClassName
{
background-color: #A2643D;
}
.BgClassName
{
background-color: #A2643D;
}
</style>
border-color css
<style>
span { border-color: #A2643D; }
span { border-color: rgb(162,100,61); }
td.TdClassName
{
border-color: #A2643D;
}
.TagClassName
{
border-color: #A2643D;
}
</style>