Shades of Desert #A26237
Tints of Desert #A26237
RGB
CMYK
RGB Variations
Color information
#A26237 (or 0xA26237) is known color: Desert. HEX triplet: A2, 62 and 37. RGB value is (162,98,55). Sum of RGB (Red+Green+Blue) = 162+98+55=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A26237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26237 is #5D9DC8. Grayscale: #707070. Windows color (decimal): -6135241 or 3629730. OLE color: 3629730.
HSL color Cylindrical-coordinate representation of color #A26237: hue angle of 24.11º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A26237 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 55 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.36 |
| HSL | 24.11º | 0.49% | 0.43% | - |
| HSV(B) | 24.11º | 0.66% | 0.64% | - |
| XYZ | 19.96 | 16.69 | 5.78 | - |
| YUV | 112.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 55 | 0 | 0.40 | 0.66 | 0.36 | 24.11 | 0.49 | 0.43 |
| Hex | A2 | 62 | 37 | 0 | 28 | 42 | 24 | 18 | 31 | 2B |
| Octal | 242 | 142 | 67 | 0 | 50 | 102 | 44 | 30 | 61 | 53 |
| Binary | 10100010 | 1100010 | 110111 | 0 | 101000 | 1000010 | 100100 | 11000 | 110001 | 101011 |
Color Harmonies of #A26237
Complementary color
Monochromatic Colors of #A26237
Black with #A26237
Text Example
Text Example
White with #A26237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26237; }
p { color: rgb(162,98,55); }
H1.HeaderClassName
{
color: #A26237;
}
.AnyTagClassName
{
color: #A26237;
}
</style>
background-color css
<style>
a { background-color: #A26237; }
a { background-color: rgb(162,98,55); }
div.DivClassName
{
background-color: #A26237;
}
.BgClassName
{
background-color: #A26237;
}
</style>
border-color css
<style>
span { border-color: #A26237; }
span { border-color: rgb(162,98,55); }
td.TdClassName
{
border-color: #A26237;
}
.TagClassName
{
border-color: #A26237;
}
</style>