Shades of Desert #A26340
Tints of Desert #A26340
RGB
CMYK
RGB Variations
Color information
#A26340 (or 0xA26340) is known color: Desert. HEX triplet: A2, 63 and 40. RGB value is (162,99,64). Sum of RGB (Red+Green+Blue) = 162+99+64=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A26340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26340 is #5D9CBF. Grayscale: #727272. Windows color (decimal): -6134976 or 4219810. OLE color: 4219810.
HSL color Cylindrical-coordinate representation of color #A26340: hue angle of 21.43º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A26340 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 99 | 64 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.36 |
| HSL | 21.43º | 0.43% | 0.44% | - |
| HSV(B) | 21.43º | 0.6% | 0.64% | - |
| XYZ | 20.29 | 16.98 | 7.06 | - |
| YUV | 113.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 99 | 64 | 0 | 0.39 | 0.60 | 0.36 | 21.43 | 0.43 | 0.44 |
| Hex | A2 | 63 | 40 | 0 | 27 | 3C | 24 | 15 | 2B | 2C |
| Octal | 242 | 143 | 100 | 0 | 47 | 74 | 44 | 25 | 53 | 54 |
| Binary | 10100010 | 1100011 | 1000000 | 0 | 100111 | 111100 | 100100 | 10101 | 101011 | 101100 |
Color Harmonies of #A26340
Complementary color
Monochromatic Colors of #A26340
Black with #A26340
Text Example
Text Example
White with #A26340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26340; }
p { color: rgb(162,99,64); }
H1.HeaderClassName
{
color: #A26340;
}
.AnyTagClassName
{
color: #A26340;
}
</style>
background-color css
<style>
a { background-color: #A26340; }
a { background-color: rgb(162,99,64); }
div.DivClassName
{
background-color: #A26340;
}
.BgClassName
{
background-color: #A26340;
}
</style>
border-color css
<style>
span { border-color: #A26340; }
span { border-color: rgb(162,99,64); }
td.TdClassName
{
border-color: #A26340;
}
.TagClassName
{
border-color: #A26340;
}
</style>