Shades of Desert #A25C38
Tints of Desert #A25C38
RGB
CMYK
RGB Variations
Color information
#A25C38 (or 0xA25C38) is known color: Desert. HEX triplet: A2, 5C and 38. RGB value is (162,92,56). Sum of RGB (Red+Green+Blue) = 162+92+56=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C38 is #5DA3C7. Grayscale: #6D6D6D. Windows color (decimal): -6136776 or 3693730. OLE color: 3693730.
HSL color Cylindrical-coordinate representation of color #A25C38: hue angle of 20.38º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A25C38 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 92 | 56 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.36 |
| HSL | 20.38º | 0.49% | 0.43% | - |
| HSV(B) | 20.38º | 0.65% | 0.64% | - |
| XYZ | 19.44 | 15.62 | 5.73 | - |
| YUV | 108.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 56 | 0 | 0.43 | 0.65 | 0.36 | 20.38 | 0.49 | 0.43 |
| Hex | A2 | 5C | 38 | 0 | 2B | 41 | 24 | 14 | 31 | 2B |
| Octal | 242 | 134 | 70 | 0 | 53 | 101 | 44 | 24 | 61 | 53 |
| Binary | 10100010 | 1011100 | 111000 | 0 | 101011 | 1000001 | 100100 | 10100 | 110001 | 101011 |
Color Harmonies of #A25C38
Complementary color
Monochromatic Colors of #A25C38
Black with #A25C38
Text Example
Text Example
White with #A25C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25C38; }
p { color: rgb(162,92,56); }
H1.HeaderClassName
{
color: #A25C38;
}
.AnyTagClassName
{
color: #A25C38;
}
</style>
background-color css
<style>
a { background-color: #A25C38; }
a { background-color: rgb(162,92,56); }
div.DivClassName
{
background-color: #A25C38;
}
.BgClassName
{
background-color: #A25C38;
}
</style>
border-color css
<style>
span { border-color: #A25C38; }
span { border-color: rgb(162,92,56); }
td.TdClassName
{
border-color: #A25C38;
}
.TagClassName
{
border-color: #A25C38;
}
</style>