Shades of Copper Rose #A16969
Tints of Copper Rose #A16969
RGB
CMYK
RGB Variations
Color information
#A16969 (or 0xA16969) is known color: Copper Rose. HEX triplet: A1, 69 and 69. RGB value is (161,105,105). Sum of RGB (Red+Green+Blue) = 161+105+105=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A16969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16969 is #5E9696. Grayscale: #797979. Windows color (decimal): -6198935 or 6908321. OLE color: 6908321.
HSL color Cylindrical-coordinate representation of color #A16969: 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 #A16969 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 105 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.37 |
| HSL | 0º | 0.23% | 0.52% | - |
| HSV(B) | 0º | 0.35% | 0.63% | - |
| XYZ | 22.3 | 18.7 | 15.8 | - |
| YUV | 121.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 105 | 0 | 0.35 | 0.35 | 0.37 | 0 | 0.23 | 0.52 |
| Hex | A1 | 69 | 69 | 0 | 23 | 23 | 25 | 0 | 17 | 34 |
| Octal | 241 | 151 | 151 | 0 | 43 | 43 | 45 | 0 | 27 | 64 |
| Binary | 10100001 | 1101001 | 1101001 | 0 | 100011 | 100011 | 100101 | 0 | 10111 | 110100 |
Color Harmonies of #A16969
Complementary color
Monochromatic Colors of #A16969
Black with #A16969
Text Example
Text Example
White with #A16969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16969; }
p { color: rgb(161,105,105); }
H1.HeaderClassName
{
color: #A16969;
}
.AnyTagClassName
{
color: #A16969;
}
</style>
background-color css
<style>
a { background-color: #A16969; }
a { background-color: rgb(161,105,105); }
div.DivClassName
{
background-color: #A16969;
}
.BgClassName
{
background-color: #A16969;
}
</style>
border-color css
<style>
span { border-color: #A16969; }
span { border-color: rgb(161,105,105); }
td.TdClassName
{
border-color: #A16969;
}
.TagClassName
{
border-color: #A16969;
}
</style>