Shades of Copper Rose #A05D5C
Tints of Copper Rose #A05D5C
RGB
CMYK
RGB Variations
Color information
#A05D5C (or 0xA05D5C) is known color: Copper Rose. HEX triplet: A0, 5D and 5C. RGB value is (160,93,92). Sum of RGB (Red+Green+Blue) = 160+93+92=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D5C is #5FA2A3. Grayscale: #707070. Windows color (decimal): -6267556 or 6053280. OLE color: 6053280.
HSL color Cylindrical-coordinate representation of color #A05D5C: hue angle of 0.88º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05D5C is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 93 | 92 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.37 |
| HSL | 0.88º | 0.27% | 0.49% | - |
| HSV(B) | 0.88º | 0.43% | 0.63% | - |
| XYZ | 20.34 | 16.07 | 12.16 | - |
| YUV | 112.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 92 | 0 | 0.42 | 0.43 | 0.37 | 0.88 | 0.27 | 0.49 |
| Hex | A0 | 5D | 5C | 0 | 2A | 2B | 25 | 1 | 1B | 31 |
| Octal | 240 | 135 | 134 | 0 | 52 | 53 | 45 | 1 | 33 | 61 |
| Binary | 10100000 | 1011101 | 1011100 | 0 | 101010 | 101011 | 100101 | 1 | 11011 | 110001 |
Color Harmonies of #A05D5C
Complementary color
Monochromatic Colors of #A05D5C
Black with #A05D5C
Text Example
Text Example
White with #A05D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05D5C; }
p { color: rgb(160,93,92); }
H1.HeaderClassName
{
color: #A05D5C;
}
.AnyTagClassName
{
color: #A05D5C;
}
</style>
background-color css
<style>
a { background-color: #A05D5C; }
a { background-color: rgb(160,93,92); }
div.DivClassName
{
background-color: #A05D5C;
}
.BgClassName
{
background-color: #A05D5C;
}
</style>
border-color css
<style>
span { border-color: #A05D5C; }
span { border-color: rgb(160,93,92); }
td.TdClassName
{
border-color: #A05D5C;
}
.TagClassName
{
border-color: #A05D5C;
}
</style>