Shades of Copper Rose #A66060
Tints of Copper Rose #A66060
RGB
CMYK
RGB Variations
Color information
#A66060 (or 0xA66060) is known color: Copper Rose. HEX triplet: A6, 60 and 60. RGB value is (166,96,96). Sum of RGB (Red+Green+Blue) = 166+96+96=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A66060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66060 is #599F9F. Grayscale: #757575. Windows color (decimal): -5873568 or 6316198. OLE color: 6316198.
HSL color Cylindrical-coordinate representation of color #A66060: hue angle of 0º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66060 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 96 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.35 |
| HSL | 0º | 0.28% | 0.51% | - |
| HSV(B) | 0º | 0.42% | 0.65% | - |
| XYZ | 22.02 | 17.32 | 13.25 | - |
| YUV | 116.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 96 | 0 | 0.42 | 0.42 | 0.35 | 0 | 0.28 | 0.51 |
| Hex | A6 | 60 | 60 | 0 | 2A | 2A | 23 | 0 | 1C | 33 |
| Octal | 246 | 140 | 140 | 0 | 52 | 52 | 43 | 0 | 34 | 63 |
| Binary | 10100110 | 1100000 | 1100000 | 0 | 101010 | 101010 | 100011 | 0 | 11100 | 110011 |
Color Harmonies of #A66060
Complementary color
Monochromatic Colors of #A66060
Black with #A66060
Text Example
Text Example
White with #A66060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66060; }
p { color: rgb(166,96,96); }
H1.HeaderClassName
{
color: #A66060;
}
.AnyTagClassName
{
color: #A66060;
}
</style>
background-color css
<style>
a { background-color: #A66060; }
a { background-color: rgb(166,96,96); }
div.DivClassName
{
background-color: #A66060;
}
.BgClassName
{
background-color: #A66060;
}
</style>
border-color css
<style>
span { border-color: #A66060; }
span { border-color: rgb(166,96,96); }
td.TdClassName
{
border-color: #A66060;
}
.TagClassName
{
border-color: #A66060;
}
</style>