Shades of Copper Rose #A06261
Tints of Copper Rose #A06261
RGB
CMYK
RGB Variations
Color information
#A06261 (or 0xA06261) is known color: Copper Rose. HEX triplet: A0, 62 and 61. RGB value is (160,98,97). Sum of RGB (Red+Green+Blue) = 160+98+97=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A06261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06261 is #5F9D9E. Grayscale: #747474. Windows color (decimal): -6266271 or 6382240. OLE color: 6382240.
HSL color Cylindrical-coordinate representation of color #A06261: hue angle of 0.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06261 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 98 | 97 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.37 |
| HSL | 0.95º | 0.25% | 0.5% | - |
| HSV(B) | 0.95º | 0.39% | 0.63% | - |
| XYZ | 21.02 | 17.07 | 13.5 | - |
| YUV | 116.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 98 | 97 | 0 | 0.39 | 0.39 | 0.37 | 0.95 | 0.25 | 0.5 |
| Hex | A0 | 62 | 61 | 0 | 27 | 27 | 25 | 1 | 19 | 32 |
| Octal | 240 | 142 | 141 | 0 | 47 | 47 | 45 | 1 | 31 | 62 |
| Binary | 10100000 | 1100010 | 1100001 | 0 | 100111 | 100111 | 100101 | 1 | 11001 | 110010 |
Color Harmonies of #A06261
Complementary color
Monochromatic Colors of #A06261
Black with #A06261
Text Example
Text Example
White with #A06261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06261; }
p { color: rgb(160,98,97); }
H1.HeaderClassName
{
color: #A06261;
}
.AnyTagClassName
{
color: #A06261;
}
</style>
background-color css
<style>
a { background-color: #A06261; }
a { background-color: rgb(160,98,97); }
div.DivClassName
{
background-color: #A06261;
}
.BgClassName
{
background-color: #A06261;
}
</style>
border-color css
<style>
span { border-color: #A06261; }
span { border-color: rgb(160,98,97); }
td.TdClassName
{
border-color: #A06261;
}
.TagClassName
{
border-color: #A06261;
}
</style>