Shades of Desert #A25B36
Tints of Desert #A25B36
RGB
CMYK
RGB Variations
Color information
#A25B36 (or 0xA25B36) is known color: Desert. HEX triplet: A2, 5B and 36. RGB value is (162,91,54). Sum of RGB (Red+Green+Blue) = 162+91+54=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B36 is #5DA4C9. Grayscale: #6C6C6C. Windows color (decimal): -6137034 or 3562402. OLE color: 3562402.
HSL color Cylindrical-coordinate representation of color #A25B36: hue angle of 20.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A25B36 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 91 | 54 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.36 |
| HSL | 20.56º | 0.5% | 0.42% | - |
| HSV(B) | 20.56º | 0.67% | 0.64% | - |
| XYZ | 19.31 | 15.43 | 5.45 | - |
| YUV | 108.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 91 | 54 | 0 | 0.44 | 0.67 | 0.36 | 20.56 | 0.5 | 0.42 |
| Hex | A2 | 5B | 36 | 0 | 2C | 43 | 24 | 15 | 32 | 2A |
| Octal | 242 | 133 | 66 | 0 | 54 | 103 | 44 | 25 | 62 | 52 |
| Binary | 10100010 | 1011011 | 110110 | 0 | 101100 | 1000011 | 100100 | 10101 | 110010 | 101010 |
Color Harmonies of #A25B36
Complementary color
Monochromatic Colors of #A25B36
Black with #A25B36
Text Example
Text Example
White with #A25B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25B36; }
p { color: rgb(162,91,54); }
H1.HeaderClassName
{
color: #A25B36;
}
.AnyTagClassName
{
color: #A25B36;
}
</style>
background-color css
<style>
a { background-color: #A25B36; }
a { background-color: rgb(162,91,54); }
div.DivClassName
{
background-color: #A25B36;
}
.BgClassName
{
background-color: #A25B36;
}
</style>
border-color css
<style>
span { border-color: #A25B36; }
span { border-color: rgb(162,91,54); }
td.TdClassName
{
border-color: #A25B36;
}
.TagClassName
{
border-color: #A25B36;
}
</style>