Shades of Copper Rose #A0605F
Tints of Copper Rose #A0605F
RGB
CMYK
RGB Variations
Color information
#A0605F (or 0xA0605F) is known color: Copper Rose. HEX triplet: A0, 60 and 5F. RGB value is (160,96,95). Sum of RGB (Red+Green+Blue) = 160+96+95=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0605F is #5F9FA0. Grayscale: #737373. Windows color (decimal): -6266785 or 6250656. OLE color: 6250656.
HSL color Cylindrical-coordinate representation of color #A0605F: hue angle of 0.92º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0605F is Cyan = 0, Magento = 0.4, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 95 | - |
| CMYK | 0 | 0.4 | 0.41 | 0.37 |
| HSL | 0.92º | 0.25% | 0.5% | - |
| HSV(B) | 0.92º | 0.41% | 0.63% | - |
| XYZ | 20.75 | 16.67 | 12.95 | - |
| YUV | 115.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 95 | 0 | 0.4 | 0.41 | 0.37 | 0.92 | 0.25 | 0.5 |
| Hex | A0 | 60 | 5F | 0 | 28 | 29 | 25 | 1 | 19 | 32 |
| Octal | 240 | 140 | 137 | 0 | 50 | 51 | 45 | 1 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1011111 | 0 | 101000 | 101001 | 100101 | 1 | 11001 | 110010 |
Color Harmonies of #A0605F
Complementary color
Monochromatic Colors of #A0605F
Black with #A0605F
Text Example
Text Example
White with #A0605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0605F; }
p { color: rgb(160,96,95); }
H1.HeaderClassName
{
color: #A0605F;
}
.AnyTagClassName
{
color: #A0605F;
}
</style>
background-color css
<style>
a { background-color: #A0605F; }
a { background-color: rgb(160,96,95); }
div.DivClassName
{
background-color: #A0605F;
}
.BgClassName
{
background-color: #A0605F;
}
</style>
border-color css
<style>
span { border-color: #A0605F; }
span { border-color: rgb(160,96,95); }
td.TdClassName
{
border-color: #A0605F;
}
.TagClassName
{
border-color: #A0605F;
}
</style>