Shades of Copper Rose #A2605E
Tints of Copper Rose #A2605E
RGB
CMYK
RGB Variations
Color information
#A2605E (or 0xA2605E) is known color: Copper Rose. HEX triplet: A2, 60 and 5E. RGB value is (162,96,94). Sum of RGB (Red+Green+Blue) = 162+96+94=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2605E is #5D9FA1. Grayscale: #737373. Windows color (decimal): -6135714 or 6185122. OLE color: 6185122.
HSL color Cylindrical-coordinate representation of color #A2605E: hue angle of 1.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2605E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 96 | 94 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.36 |
| HSL | 1.76º | 0.27% | 0.5% | - |
| HSV(B) | 1.76º | 0.42% | 0.64% | - |
| XYZ | 21.1 | 16.86 | 12.73 | - |
| YUV | 115.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 94 | 0 | 0.41 | 0.42 | 0.36 | 1.76 | 0.27 | 0.5 |
| Hex | A2 | 60 | 5E | 0 | 29 | 2A | 24 | 2 | 1B | 32 |
| Octal | 242 | 140 | 136 | 0 | 51 | 52 | 44 | 2 | 33 | 62 |
| Binary | 10100010 | 1100000 | 1011110 | 0 | 101001 | 101010 | 100100 | 10 | 11011 | 110010 |
Color Harmonies of #A2605E
Complementary color
Monochromatic Colors of #A2605E
Black with #A2605E
Text Example
Text Example
White with #A2605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2605E; }
p { color: rgb(162,96,94); }
H1.HeaderClassName
{
color: #A2605E;
}
.AnyTagClassName
{
color: #A2605E;
}
</style>
background-color css
<style>
a { background-color: #A2605E; }
a { background-color: rgb(162,96,94); }
div.DivClassName
{
background-color: #A2605E;
}
.BgClassName
{
background-color: #A2605E;
}
</style>
border-color css
<style>
span { border-color: #A2605E; }
span { border-color: rgb(162,96,94); }
td.TdClassName
{
border-color: #A2605E;
}
.TagClassName
{
border-color: #A2605E;
}
</style>