Shades of Copper Rose #A06565
Tints of Copper Rose #A06565
RGB
CMYK
RGB Variations
Color information
#A06565 (or 0xA06565) is known color: Copper Rose. HEX triplet: A0, 65 and 65. RGB value is (160,101,101). Sum of RGB (Red+Green+Blue) = 160+101+101=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A06565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06565 is #5F9A9A. Grayscale: #767676. Windows color (decimal): -6265499 or 6645152. OLE color: 6645152.
HSL color Cylindrical-coordinate representation of color #A06565: hue angle of 0º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06565 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 101 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.37 |
| HSL | 0º | 0.24% | 0.51% | - |
| HSV(B) | 0º | 0.37% | 0.63% | - |
| XYZ | 21.5 | 17.72 | 14.6 | - |
| YUV | 118.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 101 | 0 | 0.37 | 0.37 | 0.37 | 0 | 0.24 | 0.51 |
| Hex | A0 | 65 | 65 | 0 | 25 | 25 | 25 | 0 | 18 | 33 |
| Octal | 240 | 145 | 145 | 0 | 45 | 45 | 45 | 0 | 30 | 63 |
| Binary | 10100000 | 1100101 | 1100101 | 0 | 100101 | 100101 | 100101 | 0 | 11000 | 110011 |
Color Harmonies of #A06565
Complementary color
Monochromatic Colors of #A06565
Black with #A06565
Text Example
Text Example
White with #A06565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06565; }
p { color: rgb(160,101,101); }
H1.HeaderClassName
{
color: #A06565;
}
.AnyTagClassName
{
color: #A06565;
}
</style>
background-color css
<style>
a { background-color: #A06565; }
a { background-color: rgb(160,101,101); }
div.DivClassName
{
background-color: #A06565;
}
.BgClassName
{
background-color: #A06565;
}
</style>
border-color css
<style>
span { border-color: #A06565; }
span { border-color: rgb(160,101,101); }
td.TdClassName
{
border-color: #A06565;
}
.TagClassName
{
border-color: #A06565;
}
</style>