Shades of Copper Rose #A4625E
Tints of Copper Rose #A4625E
RGB
CMYK
RGB Variations
Color information
#A4625E (or 0xA4625E) is known color: Copper Rose. HEX triplet: A4, 62 and 5E. RGB value is (164,98,94). Sum of RGB (Red+Green+Blue) = 164+98+94=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4625E is #5B9DA1. Grayscale: #757575. Windows color (decimal): -6004130 or 6185636. OLE color: 6185636.
HSL color Cylindrical-coordinate representation of color #A4625E: hue angle of 3.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4625E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 94 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.36 |
| HSL | 3.43º | 0.28% | 0.51% | - |
| HSV(B) | 3.43º | 0.43% | 0.64% | - |
| XYZ | 21.7 | 17.44 | 12.81 | - |
| YUV | 117.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 94 | 0 | 0.40 | 0.43 | 0.36 | 3.43 | 0.28 | 0.51 |
| Hex | A4 | 62 | 5E | 0 | 28 | 2B | 24 | 3 | 1C | 33 |
| Octal | 244 | 142 | 136 | 0 | 50 | 53 | 44 | 3 | 34 | 63 |
| Binary | 10100100 | 1100010 | 1011110 | 0 | 101000 | 101011 | 100100 | 11 | 11100 | 110011 |
Color Harmonies of #A4625E
Complementary color
Monochromatic Colors of #A4625E
Black with #A4625E
Text Example
Text Example
White with #A4625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4625E; }
p { color: rgb(164,98,94); }
H1.HeaderClassName
{
color: #A4625E;
}
.AnyTagClassName
{
color: #A4625E;
}
</style>
background-color css
<style>
a { background-color: #A4625E; }
a { background-color: rgb(164,98,94); }
div.DivClassName
{
background-color: #A4625E;
}
.BgClassName
{
background-color: #A4625E;
}
</style>
border-color css
<style>
span { border-color: #A4625E; }
span { border-color: rgb(164,98,94); }
td.TdClassName
{
border-color: #A4625E;
}
.TagClassName
{
border-color: #A4625E;
}
</style>