Shades of Copper Rose #A06764
Tints of Copper Rose #A06764
RGB
CMYK
RGB Variations
Color information
#A06764 (or 0xA06764) is known color: Copper Rose. HEX triplet: A0, 67 and 64. RGB value is (160,103,100). Sum of RGB (Red+Green+Blue) = 160+103+100=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06764 is #5F989B. Grayscale: #777777. Windows color (decimal): -6264988 or 6580128. OLE color: 6580128.
HSL color Cylindrical-coordinate representation of color #A06764: hue angle of 3º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06764 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 100 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.37 |
| HSL | 3º | 0.24% | 0.51% | - |
| HSV(B) | 3º | 0.38% | 0.63% | - |
| XYZ | 21.65 | 18.09 | 14.41 | - |
| YUV | 119.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 100 | 0 | 0.36 | 0.38 | 0.37 | 3 | 0.24 | 0.51 |
| Hex | A0 | 67 | 64 | 0 | 24 | 26 | 25 | 3 | 18 | 33 |
| Octal | 240 | 147 | 144 | 0 | 44 | 46 | 45 | 3 | 30 | 63 |
| Binary | 10100000 | 1100111 | 1100100 | 0 | 100100 | 100110 | 100101 | 11 | 11000 | 110011 |
Color Harmonies of #A06764
Complementary color
Monochromatic Colors of #A06764
Black with #A06764
Text Example
Text Example
White with #A06764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06764; }
p { color: rgb(160,103,100); }
H1.HeaderClassName
{
color: #A06764;
}
.AnyTagClassName
{
color: #A06764;
}
</style>
background-color css
<style>
a { background-color: #A06764; }
a { background-color: rgb(160,103,100); }
div.DivClassName
{
background-color: #A06764;
}
.BgClassName
{
background-color: #A06764;
}
</style>
border-color css
<style>
span { border-color: #A06764; }
span { border-color: rgb(160,103,100); }
td.TdClassName
{
border-color: #A06764;
}
.TagClassName
{
border-color: #A06764;
}
</style>