Shades of Copper Rose #A05E5D
Tints of Copper Rose #A05E5D
RGB
CMYK
RGB Variations
Color information
#A05E5D (or 0xA05E5D) is known color: Copper Rose. HEX triplet: A0, 5E and 5D. RGB value is (160,94,93). Sum of RGB (Red+Green+Blue) = 160+94+93=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E5D is #5FA1A2. Grayscale: #717171. Windows color (decimal): -6267299 or 6119072. OLE color: 6119072.
HSL color Cylindrical-coordinate representation of color #A05E5D: hue angle of 0.9º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05E5D is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 94 | 93 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.37 |
| HSL | 0.9º | 0.26% | 0.5% | - |
| HSV(B) | 0.9º | 0.42% | 0.63% | - |
| XYZ | 20.48 | 16.27 | 12.42 | - |
| YUV | 113.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 94 | 93 | 0 | 0.41 | 0.42 | 0.37 | 0.9 | 0.26 | 0.5 |
| Hex | A0 | 5E | 5D | 0 | 29 | 2A | 25 | 1 | 1A | 32 |
| Octal | 240 | 136 | 135 | 0 | 51 | 52 | 45 | 1 | 32 | 62 |
| Binary | 10100000 | 1011110 | 1011101 | 0 | 101001 | 101010 | 100101 | 1 | 11010 | 110010 |
Color Harmonies of #A05E5D
Complementary color
Monochromatic Colors of #A05E5D
Black with #A05E5D
Text Example
Text Example
White with #A05E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05E5D; }
p { color: rgb(160,94,93); }
H1.HeaderClassName
{
color: #A05E5D;
}
.AnyTagClassName
{
color: #A05E5D;
}
</style>
background-color css
<style>
a { background-color: #A05E5D; }
a { background-color: rgb(160,94,93); }
div.DivClassName
{
background-color: #A05E5D;
}
.BgClassName
{
background-color: #A05E5D;
}
</style>
border-color css
<style>
span { border-color: #A05E5D; }
span { border-color: rgb(160,94,93); }
td.TdClassName
{
border-color: #A05E5D;
}
.TagClassName
{
border-color: #A05E5D;
}
</style>