Shades of Copper Rose #A06D6D
Tints of Copper Rose #A06D6D
RGB
CMYK
RGB Variations
Color information
#A06D6D (or 0xA06D6D) is known color: Copper Rose. HEX triplet: A0, 6D and 6D. RGB value is (160,109,109). Sum of RGB (Red+Green+Blue) = 160+109+109=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06D6D is #5F9292. Grayscale: #7C7C7C. Windows color (decimal): -6263443 or 7171488. OLE color: 7171488.
HSL color Cylindrical-coordinate representation of color #A06D6D: hue angle of 0º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A06D6D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 109 | 109 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.37 |
| HSL | 0º | 0.21% | 0.53% | - |
| HSV(B) | 0º | 0.32% | 0.63% | - |
| XYZ | 22.73 | 19.51 | 17.04 | - |
| YUV | 124.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 109 | 0 | 0.32 | 0.32 | 0.37 | 0 | 0.21 | 0.53 |
| Hex | A0 | 6D | 6D | 0 | 20 | 20 | 25 | 0 | 15 | 35 |
| Octal | 240 | 155 | 155 | 0 | 40 | 40 | 45 | 0 | 25 | 65 |
| Binary | 10100000 | 1101101 | 1101101 | 0 | 100000 | 100000 | 100101 | 0 | 10101 | 110101 |
Color Harmonies of #A06D6D
Complementary color
Monochromatic Colors of #A06D6D
Black with #A06D6D
Text Example
Text Example
White with #A06D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06D6D; }
p { color: rgb(160,109,109); }
H1.HeaderClassName
{
color: #A06D6D;
}
.AnyTagClassName
{
color: #A06D6D;
}
</style>
background-color css
<style>
a { background-color: #A06D6D; }
a { background-color: rgb(160,109,109); }
div.DivClassName
{
background-color: #A06D6D;
}
.BgClassName
{
background-color: #A06D6D;
}
</style>
border-color css
<style>
span { border-color: #A06D6D; }
span { border-color: rgb(160,109,109); }
td.TdClassName
{
border-color: #A06D6D;
}
.TagClassName
{
border-color: #A06D6D;
}
</style>