Shades of Copper Rose #A25D5C
Tints of Copper Rose #A25D5C
RGB
CMYK
RGB Variations
Color information
#A25D5C (or 0xA25D5C) is known color: Copper Rose. HEX triplet: A2, 5D and 5C. RGB value is (162,93,92). Sum of RGB (Red+Green+Blue) = 162+93+92=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D5C is #5DA2A3. Grayscale: #717171. Windows color (decimal): -6136484 or 6053282. OLE color: 6053282.
HSL color Cylindrical-coordinate representation of color #A25D5C: hue angle of 0.86º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25D5C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 92 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.36 |
| HSL | 0.86º | 0.28% | 0.5% | - |
| HSV(B) | 0.86º | 0.43% | 0.64% | - |
| XYZ | 20.75 | 16.28 | 12.17 | - |
| YUV | 113.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 92 | 0 | 0.43 | 0.43 | 0.36 | 0.86 | 0.28 | 0.5 |
| Hex | A2 | 5D | 5C | 0 | 2B | 2B | 24 | 1 | 1C | 32 |
| Octal | 242 | 135 | 134 | 0 | 53 | 53 | 44 | 1 | 34 | 62 |
| Binary | 10100010 | 1011101 | 1011100 | 0 | 101011 | 101011 | 100100 | 1 | 11100 | 110010 |
Color Harmonies of #A25D5C
Complementary color
Monochromatic Colors of #A25D5C
Black with #A25D5C
Text Example
Text Example
White with #A25D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D5C; }
p { color: rgb(162,93,92); }
H1.HeaderClassName
{
color: #A25D5C;
}
.AnyTagClassName
{
color: #A25D5C;
}
</style>
background-color css
<style>
a { background-color: #A25D5C; }
a { background-color: rgb(162,93,92); }
div.DivClassName
{
background-color: #A25D5C;
}
.BgClassName
{
background-color: #A25D5C;
}
</style>
border-color css
<style>
span { border-color: #A25D5C; }
span { border-color: rgb(162,93,92); }
td.TdClassName
{
border-color: #A25D5C;
}
.TagClassName
{
border-color: #A25D5C;
}
</style>