Shades of Desert #A25D3E
Tints of Desert #A25D3E
RGB
CMYK
RGB Variations
Color information
#A25D3E (or 0xA25D3E) is known color: Desert. HEX triplet: A2, 5D and 3E. RGB value is (162,93,62). Sum of RGB (Red+Green+Blue) = 162+93+62=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D3E is #5DA2C1. Grayscale: #6E6E6E. Windows color (decimal): -6136514 or 4087202. OLE color: 4087202.
HSL color Cylindrical-coordinate representation of color #A25D3E: hue angle of 18.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25D3E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 62 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.36 |
| HSL | 18.6º | 0.45% | 0.44% | - |
| HSV(B) | 18.6º | 0.62% | 0.64% | - |
| XYZ | 19.68 | 15.86 | 6.58 | - |
| YUV | 110.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 62 | 0 | 0.43 | 0.62 | 0.36 | 18.6 | 0.45 | 0.44 |
| Hex | A2 | 5D | 3E | 0 | 2B | 3E | 24 | 13 | 2D | 2C |
| Octal | 242 | 135 | 76 | 0 | 53 | 76 | 44 | 23 | 55 | 54 |
| Binary | 10100010 | 1011101 | 111110 | 0 | 101011 | 111110 | 100100 | 10011 | 101101 | 101100 |
Color Harmonies of #A25D3E
Complementary color
Monochromatic Colors of #A25D3E
Black with #A25D3E
Text Example
Text Example
White with #A25D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D3E; }
p { color: rgb(162,93,62); }
H1.HeaderClassName
{
color: #A25D3E;
}
.AnyTagClassName
{
color: #A25D3E;
}
</style>
background-color css
<style>
a { background-color: #A25D3E; }
a { background-color: rgb(162,93,62); }
div.DivClassName
{
background-color: #A25D3E;
}
.BgClassName
{
background-color: #A25D3E;
}
</style>
border-color css
<style>
span { border-color: #A25D3E; }
span { border-color: rgb(162,93,62); }
td.TdClassName
{
border-color: #A25D3E;
}
.TagClassName
{
border-color: #A25D3E;
}
</style>