Shades of Copper Rose #A75E5C
Tints of Copper Rose #A75E5C
RGB
CMYK
RGB Variations
Color information
#A75E5C (or 0xA75E5C) is known color: Copper Rose. HEX triplet: A7, 5E and 5C. RGB value is (167,94,92). Sum of RGB (Red+Green+Blue) = 167+94+92=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E5C is #58A1A3. Grayscale: #737373. Windows color (decimal): -5808548 or 6053543. OLE color: 6053543.
HSL color Cylindrical-coordinate representation of color #A75E5C: hue angle of 1.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75E5C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 94 | 92 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.35 |
| HSL | 1.6º | 0.3% | 0.51% | - |
| HSV(B) | 1.6º | 0.45% | 0.65% | - |
| XYZ | 21.87 | 16.99 | 12.25 | - |
| YUV | 115.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 94 | 92 | 0 | 0.44 | 0.45 | 0.35 | 1.6 | 0.3 | 0.51 |
| Hex | A7 | 5E | 5C | 0 | 2C | 2D | 23 | 2 | 1E | 33 |
| Octal | 247 | 136 | 134 | 0 | 54 | 55 | 43 | 2 | 36 | 63 |
| Binary | 10100111 | 1011110 | 1011100 | 0 | 101100 | 101101 | 100011 | 10 | 11110 | 110011 |
Color Harmonies of #A75E5C
Complementary color
Monochromatic Colors of #A75E5C
Black with #A75E5C
Text Example
Text Example
White with #A75E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75E5C; }
p { color: rgb(167,94,92); }
H1.HeaderClassName
{
color: #A75E5C;
}
.AnyTagClassName
{
color: #A75E5C;
}
</style>
background-color css
<style>
a { background-color: #A75E5C; }
a { background-color: rgb(167,94,92); }
div.DivClassName
{
background-color: #A75E5C;
}
.BgClassName
{
background-color: #A75E5C;
}
</style>
border-color css
<style>
span { border-color: #A75E5C; }
span { border-color: rgb(167,94,92); }
td.TdClassName
{
border-color: #A75E5C;
}
.TagClassName
{
border-color: #A75E5C;
}
</style>