Shades of Desert #A2633B
Tints of Desert #A2633B
RGB
CMYK
RGB Variations
Color information
#A2633B (or 0xA2633B) is known color: Desert. HEX triplet: A2, 63 and 3B. RGB value is (162,99,59). Sum of RGB (Red+Green+Blue) = 162+99+59=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2633B is #5D9CC4. Grayscale: #717171. Windows color (decimal): -6134981 or 3892130. OLE color: 3892130.
HSL color Cylindrical-coordinate representation of color #A2633B: hue angle of 23.3º 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 #A2633B is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 59 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.36 |
| HSL | 23.3º | 0.47% | 0.43% | - |
| HSV(B) | 23.3º | 0.64% | 0.64% | - |
| XYZ | 20.15 | 16.92 | 6.34 | - |
| YUV | 113.28 | 97.37 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 59 | 0 | 0.39 | 0.64 | 0.36 | 23.3 | 0.47 | 0.43 |
| Hex | A2 | 63 | 3B | 0 | 27 | 40 | 24 | 17 | 2F | 2B |
| Octal | 242 | 143 | 73 | 0 | 47 | 100 | 44 | 27 | 57 | 53 |
| Binary | 10100010 | 1100011 | 111011 | 0 | 100111 | 1000000 | 100100 | 10111 | 101111 | 101011 |
Color Harmonies of #A2633B
Complementary color
Monochromatic Colors of #A2633B
Black with #A2633B
Text Example
Text Example
White with #A2633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2633B; }
p { color: rgb(162,99,59); }
H1.HeaderClassName
{
color: #A2633B;
}
.AnyTagClassName
{
color: #A2633B;
}
</style>
background-color css
<style>
a { background-color: #A2633B; }
a { background-color: rgb(162,99,59); }
div.DivClassName
{
background-color: #A2633B;
}
.BgClassName
{
background-color: #A2633B;
}
</style>
border-color css
<style>
span { border-color: #A2633B; }
span { border-color: rgb(162,99,59); }
td.TdClassName
{
border-color: #A2633B;
}
.TagClassName
{
border-color: #A2633B;
}
</style>