Shades of Copper Rose #A06562
Tints of Copper Rose #A06562
RGB
CMYK
RGB Variations
Color information
#A06562 (or 0xA06562) is known color: Copper Rose. HEX triplet: A0, 65 and 62. RGB value is (160,101,98). Sum of RGB (Red+Green+Blue) = 160+101+98=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06562 is #5F9A9D. Grayscale: #767676. Windows color (decimal): -6265502 or 6448544. OLE color: 6448544.
HSL color Cylindrical-coordinate representation of color #A06562: hue angle of 2.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06562 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 98 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.37 |
| HSL | 2.9º | 0.25% | 0.51% | - |
| HSV(B) | 2.9º | 0.39% | 0.63% | - |
| XYZ | 21.36 | 17.66 | 13.84 | - |
| YUV | 118.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 98 | 0 | 0.37 | 0.39 | 0.37 | 2.9 | 0.25 | 0.51 |
| Hex | A0 | 65 | 62 | 0 | 25 | 27 | 25 | 3 | 19 | 33 |
| Octal | 240 | 145 | 142 | 0 | 45 | 47 | 45 | 3 | 31 | 63 |
| Binary | 10100000 | 1100101 | 1100010 | 0 | 100101 | 100111 | 100101 | 11 | 11001 | 110011 |
Color Harmonies of #A06562
Complementary color
Monochromatic Colors of #A06562
Black with #A06562
Text Example
Text Example
White with #A06562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06562; }
p { color: rgb(160,101,98); }
H1.HeaderClassName
{
color: #A06562;
}
.AnyTagClassName
{
color: #A06562;
}
</style>
background-color css
<style>
a { background-color: #A06562; }
a { background-color: rgb(160,101,98); }
div.DivClassName
{
background-color: #A06562;
}
.BgClassName
{
background-color: #A06562;
}
</style>
border-color css
<style>
span { border-color: #A06562; }
span { border-color: rgb(160,101,98); }
td.TdClassName
{
border-color: #A06562;
}
.TagClassName
{
border-color: #A06562;
}
</style>