Shades of Copper Rose #A06661
Tints of Copper Rose #A06661
RGB
CMYK
RGB Variations
Color information
#A06661 (or 0xA06661) is known color: Copper Rose. HEX triplet: A0, 66 and 61. RGB value is (160,102,97). Sum of RGB (Red+Green+Blue) = 160+102+97=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06661 is #5F999E. Grayscale: #767676. Windows color (decimal): -6265247 or 6383264. OLE color: 6383264.
HSL color Cylindrical-coordinate representation of color #A06661: hue angle of 4.76º 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 #A06661 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 97 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.37 |
| HSL | 4.76º | 0.25% | 0.5% | - |
| HSV(B) | 4.76º | 0.39% | 0.63% | - |
| XYZ | 21.41 | 17.84 | 13.62 | - |
| YUV | 118.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 97 | 0 | 0.36 | 0.39 | 0.37 | 4.76 | 0.25 | 0.5 |
| Hex | A0 | 66 | 61 | 0 | 24 | 27 | 25 | 5 | 19 | 32 |
| Octal | 240 | 146 | 141 | 0 | 44 | 47 | 45 | 5 | 31 | 62 |
| Binary | 10100000 | 1100110 | 1100001 | 0 | 100100 | 100111 | 100101 | 101 | 11001 | 110010 |
Color Harmonies of #A06661
Complementary color
Monochromatic Colors of #A06661
Black with #A06661
Text Example
Text Example
White with #A06661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06661; }
p { color: rgb(160,102,97); }
H1.HeaderClassName
{
color: #A06661;
}
.AnyTagClassName
{
color: #A06661;
}
</style>
background-color css
<style>
a { background-color: #A06661; }
a { background-color: rgb(160,102,97); }
div.DivClassName
{
background-color: #A06661;
}
.BgClassName
{
background-color: #A06661;
}
</style>
border-color css
<style>
span { border-color: #A06661; }
span { border-color: rgb(160,102,97); }
td.TdClassName
{
border-color: #A06661;
}
.TagClassName
{
border-color: #A06661;
}
</style>