Shades of Copper Rose #A16D6C
Tints of Copper Rose #A16D6C
RGB
CMYK
RGB Variations
Color information
#A16D6C (or 0xA16D6C) is known color: Copper Rose. HEX triplet: A1, 6D and 6C. RGB value is (161,109,108). Sum of RGB (Red+Green+Blue) = 161+109+108=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D6C is #5E9293. Grayscale: #7C7C7C. Windows color (decimal): -6197908 or 7105953. OLE color: 7105953.
HSL color Cylindrical-coordinate representation of color #A16D6C: hue angle of 1.13º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16D6C is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 108 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.37 |
| HSL | 1.13º | 0.22% | 0.53% | - |
| HSV(B) | 1.13º | 0.33% | 0.63% | - |
| XYZ | 22.87 | 19.6 | 16.76 | - |
| YUV | 124.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 108 | 0 | 0.32 | 0.33 | 0.37 | 1.13 | 0.22 | 0.53 |
| Hex | A1 | 6D | 6C | 0 | 20 | 21 | 25 | 1 | 16 | 35 |
| Octal | 241 | 155 | 154 | 0 | 40 | 41 | 45 | 1 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1101100 | 0 | 100000 | 100001 | 100101 | 1 | 10110 | 110101 |
Color Harmonies of #A16D6C
Complementary color
Monochromatic Colors of #A16D6C
Black with #A16D6C
Text Example
Text Example
White with #A16D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D6C; }
p { color: rgb(161,109,108); }
H1.HeaderClassName
{
color: #A16D6C;
}
.AnyTagClassName
{
color: #A16D6C;
}
</style>
background-color css
<style>
a { background-color: #A16D6C; }
a { background-color: rgb(161,109,108); }
div.DivClassName
{
background-color: #A16D6C;
}
.BgClassName
{
background-color: #A16D6C;
}
</style>
border-color css
<style>
span { border-color: #A16D6C; }
span { border-color: rgb(161,109,108); }
td.TdClassName
{
border-color: #A16D6C;
}
.TagClassName
{
border-color: #A16D6C;
}
</style>