Shades of Copper Rose #A16665
Tints of Copper Rose #A16665
RGB
CMYK
RGB Variations
Color information
#A16665 (or 0xA16665) is known color: Copper Rose. HEX triplet: A1, 66 and 65. RGB value is (161,102,101). Sum of RGB (Red+Green+Blue) = 161+102+101=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16665 is #5E999A. Grayscale: #777777. Windows color (decimal): -6199707 or 6645409. OLE color: 6645409.
HSL color Cylindrical-coordinate representation of color #A16665: hue angle of 1º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16665 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 101 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.37 |
| HSL | 1º | 0.24% | 0.51% | - |
| HSV(B) | 1º | 0.37% | 0.63% | - |
| XYZ | 21.8 | 18.02 | 14.64 | - |
| YUV | 119.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 101 | 0 | 0.37 | 0.37 | 0.37 | 1 | 0.24 | 0.51 |
| Hex | A1 | 66 | 65 | 0 | 25 | 25 | 25 | 1 | 18 | 33 |
| Octal | 241 | 146 | 145 | 0 | 45 | 45 | 45 | 1 | 30 | 63 |
| Binary | 10100001 | 1100110 | 1100101 | 0 | 100101 | 100101 | 100101 | 1 | 11000 | 110011 |
Color Harmonies of #A16665
Complementary color
Monochromatic Colors of #A16665
Black with #A16665
Text Example
Text Example
White with #A16665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16665; }
p { color: rgb(161,102,101); }
H1.HeaderClassName
{
color: #A16665;
}
.AnyTagClassName
{
color: #A16665;
}
</style>
background-color css
<style>
a { background-color: #A16665; }
a { background-color: rgb(161,102,101); }
div.DivClassName
{
background-color: #A16665;
}
.BgClassName
{
background-color: #A16665;
}
</style>
border-color css
<style>
span { border-color: #A16665; }
span { border-color: rgb(161,102,101); }
td.TdClassName
{
border-color: #A16665;
}
.TagClassName
{
border-color: #A16665;
}
</style>