Shades of Copper Rose #A06868
Tints of Copper Rose #A06868
RGB
CMYK
RGB Variations
Color information
#A06868 (or 0xA06868) is known color: Copper Rose. HEX triplet: A0, 68 and 68. RGB value is (160,104,104). Sum of RGB (Red+Green+Blue) = 160+104+104=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A06868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06868 is #5F9797. Grayscale: #787878. Windows color (decimal): -6264728 or 6842528. OLE color: 6842528.
HSL color Cylindrical-coordinate representation of color #A06868: hue angle of 0º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06868 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 104 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.37 |
| HSL | 0º | 0.23% | 0.52% | - |
| HSV(B) | 0º | 0.35% | 0.63% | - |
| XYZ | 21.95 | 18.37 | 15.49 | - |
| YUV | 120.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 104 | 0 | 0.35 | 0.35 | 0.37 | 0 | 0.23 | 0.52 |
| Hex | A0 | 68 | 68 | 0 | 23 | 23 | 25 | 0 | 17 | 34 |
| Octal | 240 | 150 | 150 | 0 | 43 | 43 | 45 | 0 | 27 | 64 |
| Binary | 10100000 | 1101000 | 1101000 | 0 | 100011 | 100011 | 100101 | 0 | 10111 | 110100 |
Color Harmonies of #A06868
Complementary color
Monochromatic Colors of #A06868
Black with #A06868
Text Example
Text Example
White with #A06868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06868; }
p { color: rgb(160,104,104); }
H1.HeaderClassName
{
color: #A06868;
}
.AnyTagClassName
{
color: #A06868;
}
</style>
background-color css
<style>
a { background-color: #A06868; }
a { background-color: rgb(160,104,104); }
div.DivClassName
{
background-color: #A06868;
}
.BgClassName
{
background-color: #A06868;
}
</style>
border-color css
<style>
span { border-color: #A06868; }
span { border-color: rgb(160,104,104); }
td.TdClassName
{
border-color: #A06868;
}
.TagClassName
{
border-color: #A06868;
}
</style>