Shades of Copper Rose #A15D5B
Tints of Copper Rose #A15D5B
RGB
CMYK
RGB Variations
Color information
#A15D5B (or 0xA15D5B) is known color: Copper Rose. HEX triplet: A1, 5D and 5B. RGB value is (161,93,91). Sum of RGB (Red+Green+Blue) = 161+93+91=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D5B is #5EA2A4. Grayscale: #717171. Windows color (decimal): -6202021 or 5987745. OLE color: 5987745.
HSL color Cylindrical-coordinate representation of color #A15D5B: hue angle of 1.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15D5B is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 91 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.37 |
| HSL | 1.71º | 0.28% | 0.49% | - |
| HSV(B) | 1.71º | 0.43% | 0.63% | - |
| XYZ | 20.5 | 16.16 | 11.94 | - |
| YUV | 113.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 91 | 0 | 0.42 | 0.43 | 0.37 | 1.71 | 0.28 | 0.49 |
| Hex | A1 | 5D | 5B | 0 | 2A | 2B | 25 | 2 | 1C | 31 |
| Octal | 241 | 135 | 133 | 0 | 52 | 53 | 45 | 2 | 34 | 61 |
| Binary | 10100001 | 1011101 | 1011011 | 0 | 101010 | 101011 | 100101 | 10 | 11100 | 110001 |
Color Harmonies of #A15D5B
Complementary color
Monochromatic Colors of #A15D5B
Black with #A15D5B
Text Example
Text Example
White with #A15D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D5B; }
p { color: rgb(161,93,91); }
H1.HeaderClassName
{
color: #A15D5B;
}
.AnyTagClassName
{
color: #A15D5B;
}
</style>
background-color css
<style>
a { background-color: #A15D5B; }
a { background-color: rgb(161,93,91); }
div.DivClassName
{
background-color: #A15D5B;
}
.BgClassName
{
background-color: #A15D5B;
}
</style>
border-color css
<style>
span { border-color: #A15D5B; }
span { border-color: rgb(161,93,91); }
td.TdClassName
{
border-color: #A15D5B;
}
.TagClassName
{
border-color: #A15D5B;
}
</style>