Shades of Copper Rose #A66160
Tints of Copper Rose #A66160
RGB
CMYK
RGB Variations
Color information
#A66160 (or 0xA66160) is known color: Copper Rose. HEX triplet: A6, 61 and 60. RGB value is (166,97,96). Sum of RGB (Red+Green+Blue) = 166+97+96=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A66160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66160 is #599E9F. Grayscale: #757575. Windows color (decimal): -5873312 or 6316454. OLE color: 6316454.
HSL color Cylindrical-coordinate representation of color #A66160: hue angle of 0.86º 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 #A66160 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 96 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.35 |
| HSL | 0.86º | 0.28% | 0.51% | - |
| HSV(B) | 0.86º | 0.42% | 0.65% | - |
| XYZ | 22.11 | 17.5 | 13.28 | - |
| YUV | 117.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 96 | 0 | 0.42 | 0.42 | 0.35 | 0.86 | 0.28 | 0.51 |
| Hex | A6 | 61 | 60 | 0 | 2A | 2A | 23 | 1 | 1C | 33 |
| Octal | 246 | 141 | 140 | 0 | 52 | 52 | 43 | 1 | 34 | 63 |
| Binary | 10100110 | 1100001 | 1100000 | 0 | 101010 | 101010 | 100011 | 1 | 11100 | 110011 |
Color Harmonies of #A66160
Complementary color
Monochromatic Colors of #A66160
Black with #A66160
Text Example
Text Example
White with #A66160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66160; }
p { color: rgb(166,97,96); }
H1.HeaderClassName
{
color: #A66160;
}
.AnyTagClassName
{
color: #A66160;
}
</style>
background-color css
<style>
a { background-color: #A66160; }
a { background-color: rgb(166,97,96); }
div.DivClassName
{
background-color: #A66160;
}
.BgClassName
{
background-color: #A66160;
}
</style>
border-color css
<style>
span { border-color: #A66160; }
span { border-color: rgb(166,97,96); }
td.TdClassName
{
border-color: #A66160;
}
.TagClassName
{
border-color: #A66160;
}
</style>