Shades of Desert #A25E37
Tints of Desert #A25E37
RGB
CMYK
RGB Variations
Color information
#A25E37 (or 0xA25E37) is known color: Desert. HEX triplet: A2, 5E and 37. RGB value is (162,94,55). Sum of RGB (Red+Green+Blue) = 162+94+55=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25E37 is #5DA1C8. Grayscale: #6E6E6E. Windows color (decimal): -6136265 or 3628706. OLE color: 3628706.
HSL color Cylindrical-coordinate representation of color #A25E37: hue angle of 21.87º 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 #A25E37 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 55 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.36 |
| HSL | 21.87º | 0.49% | 0.43% | - |
| HSV(B) | 21.87º | 0.66% | 0.64% | - |
| XYZ | 19.59 | 15.96 | 5.66 | - |
| YUV | 109.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 55 | 0 | 0.42 | 0.66 | 0.36 | 21.87 | 0.49 | 0.43 |
| Hex | A2 | 5E | 37 | 0 | 2A | 42 | 24 | 16 | 31 | 2B |
| Octal | 242 | 136 | 67 | 0 | 52 | 102 | 44 | 26 | 61 | 53 |
| Binary | 10100010 | 1011110 | 110111 | 0 | 101010 | 1000010 | 100100 | 10110 | 110001 | 101011 |
Color Harmonies of #A25E37
Complementary color
Monochromatic Colors of #A25E37
Black with #A25E37
Text Example
Text Example
White with #A25E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E37; }
p { color: rgb(162,94,55); }
H1.HeaderClassName
{
color: #A25E37;
}
.AnyTagClassName
{
color: #A25E37;
}
</style>
background-color css
<style>
a { background-color: #A25E37; }
a { background-color: rgb(162,94,55); }
div.DivClassName
{
background-color: #A25E37;
}
.BgClassName
{
background-color: #A25E37;
}
</style>
border-color css
<style>
span { border-color: #A25E37; }
span { border-color: rgb(162,94,55); }
td.TdClassName
{
border-color: #A25E37;
}
.TagClassName
{
border-color: #A25E37;
}
</style>