Shades of Desert #A2633F
Tints of Desert #A2633F
RGB
CMYK
RGB Variations
Color information
#A2633F (or 0xA2633F) is known color: Desert. HEX triplet: A2, 63 and 3F. RGB value is (162,99,63). Sum of RGB (Red+Green+Blue) = 162+99+63=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2633F is #5D9CC0. Grayscale: #717171. Windows color (decimal): -6134977 or 4154274. OLE color: 4154274.
HSL color Cylindrical-coordinate representation of color #A2633F: hue angle of 21.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2633F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 63 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.36 |
| HSL | 21.82º | 0.44% | 0.44% | - |
| HSV(B) | 21.82º | 0.61% | 0.64% | - |
| XYZ | 20.26 | 16.96 | 6.91 | - |
| YUV | 113.73 | 99.37 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 63 | 0 | 0.39 | 0.61 | 0.36 | 21.82 | 0.44 | 0.44 |
| Hex | A2 | 63 | 3F | 0 | 27 | 3D | 24 | 16 | 2C | 2C |
| Octal | 242 | 143 | 77 | 0 | 47 | 75 | 44 | 26 | 54 | 54 |
| Binary | 10100010 | 1100011 | 111111 | 0 | 100111 | 111101 | 100100 | 10110 | 101100 | 101100 |
Color Harmonies of #A2633F
Complementary color
Monochromatic Colors of #A2633F
Black with #A2633F
Text Example
Text Example
White with #A2633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2633F; }
p { color: rgb(162,99,63); }
H1.HeaderClassName
{
color: #A2633F;
}
.AnyTagClassName
{
color: #A2633F;
}
</style>
background-color css
<style>
a { background-color: #A2633F; }
a { background-color: rgb(162,99,63); }
div.DivClassName
{
background-color: #A2633F;
}
.BgClassName
{
background-color: #A2633F;
}
</style>
border-color css
<style>
span { border-color: #A2633F; }
span { border-color: rgb(162,99,63); }
td.TdClassName
{
border-color: #A2633F;
}
.TagClassName
{
border-color: #A2633F;
}
</style>