Shades of Copper Rose #A2625E
Tints of Copper Rose #A2625E
RGB
CMYK
RGB Variations
Color information
#A2625E (or 0xA2625E) is known color: Copper Rose. HEX triplet: A2, 62 and 5E. RGB value is (162,98,94). Sum of RGB (Red+Green+Blue) = 162+98+94=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2625E is #5D9DA1. Grayscale: #747474. Windows color (decimal): -6135202 or 6185634. OLE color: 6185634.
HSL color Cylindrical-coordinate representation of color #A2625E: hue angle of 3.53º 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 #A2625E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 98 | 94 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.36 |
| HSL | 3.53º | 0.27% | 0.5% | - |
| HSV(B) | 3.53º | 0.42% | 0.64% | - |
| XYZ | 21.29 | 17.22 | 12.79 | - |
| YUV | 116.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 98 | 94 | 0 | 0.40 | 0.42 | 0.36 | 3.53 | 0.27 | 0.5 |
| Hex | A2 | 62 | 5E | 0 | 28 | 2A | 24 | 4 | 1B | 32 |
| Octal | 242 | 142 | 136 | 0 | 50 | 52 | 44 | 4 | 33 | 62 |
| Binary | 10100010 | 1100010 | 1011110 | 0 | 101000 | 101010 | 100100 | 100 | 11011 | 110010 |
Color Harmonies of #A2625E
Complementary color
Monochromatic Colors of #A2625E
Black with #A2625E
Text Example
Text Example
White with #A2625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2625E; }
p { color: rgb(162,98,94); }
H1.HeaderClassName
{
color: #A2625E;
}
.AnyTagClassName
{
color: #A2625E;
}
</style>
background-color css
<style>
a { background-color: #A2625E; }
a { background-color: rgb(162,98,94); }
div.DivClassName
{
background-color: #A2625E;
}
.BgClassName
{
background-color: #A2625E;
}
</style>
border-color css
<style>
span { border-color: #A2625E; }
span { border-color: rgb(162,98,94); }
td.TdClassName
{
border-color: #A2625E;
}
.TagClassName
{
border-color: #A2625E;
}
</style>