Shades of Copper Rose #A16B6A
Tints of Copper Rose #A16B6A
RGB
CMYK
RGB Variations
Color information
#A16B6A (or 0xA16B6A) is known color: Copper Rose. HEX triplet: A1, 6B and 6A. RGB value is (161,107,106). Sum of RGB (Red+Green+Blue) = 161+107+106=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16B6A is #5E9495. Grayscale: #7B7B7B. Windows color (decimal): -6198422 or 6974369. OLE color: 6974369.
HSL color Cylindrical-coordinate representation of color #A16B6A: hue angle of 1.09º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B6A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 106 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.37 |
| HSL | 1.09º | 0.23% | 0.52% | - |
| HSV(B) | 1.09º | 0.34% | 0.63% | - |
| XYZ | 22.56 | 19.13 | 16.14 | - |
| YUV | 123.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 106 | 0 | 0.34 | 0.34 | 0.37 | 1.09 | 0.23 | 0.52 |
| Hex | A1 | 6B | 6A | 0 | 22 | 22 | 25 | 1 | 17 | 34 |
| Octal | 241 | 153 | 152 | 0 | 42 | 42 | 45 | 1 | 27 | 64 |
| Binary | 10100001 | 1101011 | 1101010 | 0 | 100010 | 100010 | 100101 | 1 | 10111 | 110100 |
Color Harmonies of #A16B6A
Complementary color
Monochromatic Colors of #A16B6A
Black with #A16B6A
Text Example
Text Example
White with #A16B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B6A; }
p { color: rgb(161,107,106); }
H1.HeaderClassName
{
color: #A16B6A;
}
.AnyTagClassName
{
color: #A16B6A;
}
</style>
background-color css
<style>
a { background-color: #A16B6A; }
a { background-color: rgb(161,107,106); }
div.DivClassName
{
background-color: #A16B6A;
}
.BgClassName
{
background-color: #A16B6A;
}
</style>
border-color css
<style>
span { border-color: #A16B6A; }
span { border-color: rgb(161,107,106); }
td.TdClassName
{
border-color: #A16B6A;
}
.TagClassName
{
border-color: #A16B6A;
}
</style>