Shades of Copper Rose #A0625E
Tints of Copper Rose #A0625E
RGB
CMYK
RGB Variations
Color information
#A0625E (or 0xA0625E) is known color: Copper Rose. HEX triplet: A0, 62 and 5E. RGB value is (160,98,94). Sum of RGB (Red+Green+Blue) = 160+98+94=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0625E is #5F9DA1. Grayscale: #747474. Windows color (decimal): -6266274 or 6185632. OLE color: 6185632.
HSL color Cylindrical-coordinate representation of color #A0625E: hue angle of 3.64º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0625E is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 94 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.37 |
| HSL | 3.64º | 0.26% | 0.5% | - |
| HSV(B) | 3.64º | 0.41% | 0.63% | - |
| XYZ | 20.89 | 17.02 | 12.77 | - |
| YUV | 116.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 94 | 0 | 0.39 | 0.41 | 0.37 | 3.64 | 0.26 | 0.5 |
| Hex | A0 | 62 | 5E | 0 | 27 | 29 | 25 | 4 | 1A | 32 |
| Octal | 240 | 142 | 136 | 0 | 47 | 51 | 45 | 4 | 32 | 62 |
| Binary | 10100000 | 1100010 | 1011110 | 0 | 100111 | 101001 | 100101 | 100 | 11010 | 110010 |
Color Harmonies of #A0625E
Complementary color
Monochromatic Colors of #A0625E
Black with #A0625E
Text Example
Text Example
White with #A0625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0625E; }
p { color: rgb(160,98,94); }
H1.HeaderClassName
{
color: #A0625E;
}
.AnyTagClassName
{
color: #A0625E;
}
</style>
background-color css
<style>
a { background-color: #A0625E; }
a { background-color: rgb(160,98,94); }
div.DivClassName
{
background-color: #A0625E;
}
.BgClassName
{
background-color: #A0625E;
}
</style>
border-color css
<style>
span { border-color: #A0625E; }
span { border-color: rgb(160,98,94); }
td.TdClassName
{
border-color: #A0625E;
}
.TagClassName
{
border-color: #A0625E;
}
</style>