Shades of Copper Rose #A25E5D
Tints of Copper Rose #A25E5D
RGB
CMYK
RGB Variations
Color information
#A25E5D (or 0xA25E5D) is known color: Copper Rose. HEX triplet: A2, 5E and 5D. RGB value is (162,94,93). Sum of RGB (Red+Green+Blue) = 162+94+93=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E5D is #5DA1A2. Grayscale: #727272. Windows color (decimal): -6136227 or 6119074. OLE color: 6119074.
HSL color Cylindrical-coordinate representation of color #A25E5D: hue angle of 0.87º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25E5D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 93 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.36 |
| HSL | 0.87º | 0.27% | 0.5% | - |
| HSV(B) | 0.87º | 0.43% | 0.64% | - |
| XYZ | 20.88 | 16.48 | 12.44 | - |
| YUV | 114.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 93 | 0 | 0.42 | 0.43 | 0.36 | 0.87 | 0.27 | 0.5 |
| Hex | A2 | 5E | 5D | 0 | 2A | 2B | 24 | 1 | 1B | 32 |
| Octal | 242 | 136 | 135 | 0 | 52 | 53 | 44 | 1 | 33 | 62 |
| Binary | 10100010 | 1011110 | 1011101 | 0 | 101010 | 101011 | 100100 | 1 | 11011 | 110010 |
Color Harmonies of #A25E5D
Complementary color
Monochromatic Colors of #A25E5D
Black with #A25E5D
Text Example
Text Example
White with #A25E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E5D; }
p { color: rgb(162,94,93); }
H1.HeaderClassName
{
color: #A25E5D;
}
.AnyTagClassName
{
color: #A25E5D;
}
</style>
background-color css
<style>
a { background-color: #A25E5D; }
a { background-color: rgb(162,94,93); }
div.DivClassName
{
background-color: #A25E5D;
}
.BgClassName
{
background-color: #A25E5D;
}
</style>
border-color css
<style>
span { border-color: #A25E5D; }
span { border-color: rgb(162,94,93); }
td.TdClassName
{
border-color: #A25E5D;
}
.TagClassName
{
border-color: #A25E5D;
}
</style>