Shades of Copper Rose #A16E6E
Tints of Copper Rose #A16E6E
RGB
CMYK
RGB Variations
Color information
#A16E6E (or 0xA16E6E) is known color: Copper Rose. HEX triplet: A1, 6E and 6E. RGB value is (161,110,110). Sum of RGB (Red+Green+Blue) = 161+110+110=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6E is #5E9191. Grayscale: #7D7D7D. Windows color (decimal): -6197650 or 7237281. OLE color: 7237281.
HSL color Cylindrical-coordinate representation of color #A16E6E: 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 #A16E6E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 110 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.37 |
| HSL | 0º | 0.21% | 0.53% | - |
| HSV(B) | 0º | 0.32% | 0.63% | - |
| XYZ | 23.09 | 19.85 | 17.37 | - |
| YUV | 125.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 110 | 0 | 0.32 | 0.32 | 0.37 | 0 | 0.21 | 0.53 |
| Hex | A1 | 6E | 6E | 0 | 20 | 20 | 25 | 0 | 15 | 35 |
| Octal | 241 | 156 | 156 | 0 | 40 | 40 | 45 | 0 | 25 | 65 |
| Binary | 10100001 | 1101110 | 1101110 | 0 | 100000 | 100000 | 100101 | 0 | 10101 | 110101 |
Color Harmonies of #A16E6E
Complementary color
Monochromatic Colors of #A16E6E
Black with #A16E6E
Text Example
Text Example
White with #A16E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E6E; }
p { color: rgb(161,110,110); }
H1.HeaderClassName
{
color: #A16E6E;
}
.AnyTagClassName
{
color: #A16E6E;
}
</style>
background-color css
<style>
a { background-color: #A16E6E; }
a { background-color: rgb(161,110,110); }
div.DivClassName
{
background-color: #A16E6E;
}
.BgClassName
{
background-color: #A16E6E;
}
</style>
border-color css
<style>
span { border-color: #A16E6E; }
span { border-color: rgb(161,110,110); }
td.TdClassName
{
border-color: #A16E6E;
}
.TagClassName
{
border-color: #A16E6E;
}
</style>