Shades of Copper Rose #A06865
Tints of Copper Rose #A06865
RGB
CMYK
RGB Variations
Color information
#A06865 (or 0xA06865) is known color: Copper Rose. HEX triplet: A0, 68 and 65. RGB value is (160,104,101). Sum of RGB (Red+Green+Blue) = 160+104+101=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A06865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06865 is #5F979A. Grayscale: #787878. Windows color (decimal): -6264731 or 6645920. OLE color: 6645920.
HSL color Cylindrical-coordinate representation of color #A06865: hue angle of 3.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06865 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 101 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.37 |
| HSL | 3.05º | 0.24% | 0.51% | - |
| HSV(B) | 3.05º | 0.37% | 0.63% | - |
| XYZ | 21.8 | 18.31 | 14.7 | - |
| YUV | 120.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 101 | 0 | 0.35 | 0.37 | 0.37 | 3.05 | 0.24 | 0.51 |
| Hex | A0 | 68 | 65 | 0 | 23 | 25 | 25 | 3 | 18 | 33 |
| Octal | 240 | 150 | 145 | 0 | 43 | 45 | 45 | 3 | 30 | 63 |
| Binary | 10100000 | 1101000 | 1100101 | 0 | 100011 | 100101 | 100101 | 11 | 11000 | 110011 |
Color Harmonies of #A06865
Complementary color
Monochromatic Colors of #A06865
Black with #A06865
Text Example
Text Example
White with #A06865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06865; }
p { color: rgb(160,104,101); }
H1.HeaderClassName
{
color: #A06865;
}
.AnyTagClassName
{
color: #A06865;
}
</style>
background-color css
<style>
a { background-color: #A06865; }
a { background-color: rgb(160,104,101); }
div.DivClassName
{
background-color: #A06865;
}
.BgClassName
{
background-color: #A06865;
}
</style>
border-color css
<style>
span { border-color: #A06865; }
span { border-color: rgb(160,104,101); }
td.TdClassName
{
border-color: #A06865;
}
.TagClassName
{
border-color: #A06865;
}
</style>