Shades of Copper Rose #A25F5C
Tints of Copper Rose #A25F5C
RGB
CMYK
RGB Variations
Color information
#A25F5C (or 0xA25F5C) is known color: Copper Rose. HEX triplet: A2, 5F and 5C. RGB value is (162,95,92). Sum of RGB (Red+Green+Blue) = 162+95+92=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F5C is #5DA0A3. Grayscale: #727272. Windows color (decimal): -6135972 or 6053794. OLE color: 6053794.
HSL color Cylindrical-coordinate representation of color #A25F5C: hue angle of 2.57º 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 #A25F5C is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 92 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.36 |
| HSL | 2.57º | 0.28% | 0.5% | - |
| HSV(B) | 2.57º | 0.43% | 0.64% | - |
| XYZ | 20.92 | 16.64 | 12.23 | - |
| YUV | 114.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 92 | 0 | 0.41 | 0.43 | 0.36 | 2.57 | 0.28 | 0.5 |
| Hex | A2 | 5F | 5C | 0 | 29 | 2B | 24 | 3 | 1C | 32 |
| Octal | 242 | 137 | 134 | 0 | 51 | 53 | 44 | 3 | 34 | 62 |
| Binary | 10100010 | 1011111 | 1011100 | 0 | 101001 | 101011 | 100100 | 11 | 11100 | 110010 |
Color Harmonies of #A25F5C
Complementary color
Monochromatic Colors of #A25F5C
Black with #A25F5C
Text Example
Text Example
White with #A25F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F5C; }
p { color: rgb(162,95,92); }
H1.HeaderClassName
{
color: #A25F5C;
}
.AnyTagClassName
{
color: #A25F5C;
}
</style>
background-color css
<style>
a { background-color: #A25F5C; }
a { background-color: rgb(162,95,92); }
div.DivClassName
{
background-color: #A25F5C;
}
.BgClassName
{
background-color: #A25F5C;
}
</style>
border-color css
<style>
span { border-color: #A25F5C; }
span { border-color: rgb(162,95,92); }
td.TdClassName
{
border-color: #A25F5C;
}
.TagClassName
{
border-color: #A25F5C;
}
</style>