Shades of Copper Rose #A5615F
Tints of Copper Rose #A5615F
RGB
CMYK
RGB Variations
Color information
#A5615F (or 0xA5615F) is known color: Copper Rose. HEX triplet: A5, 61 and 5F. RGB value is (165,97,95). Sum of RGB (Red+Green+Blue) = 165+97+95=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5615F is #5A9EA0. Grayscale: #757575. Windows color (decimal): -5938849 or 6250917. OLE color: 6250917.
HSL color Cylindrical-coordinate representation of color #A5615F: hue angle of 1.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5615F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 97 | 95 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.35 |
| HSL | 1.71º | 0.28% | 0.51% | - |
| HSV(B) | 1.71º | 0.42% | 0.65% | - |
| XYZ | 21.86 | 17.37 | 13.03 | - |
| YUV | 117.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 95 | 0 | 0.41 | 0.42 | 0.35 | 1.71 | 0.28 | 0.51 |
| Hex | A5 | 61 | 5F | 0 | 29 | 2A | 23 | 2 | 1C | 33 |
| Octal | 245 | 141 | 137 | 0 | 51 | 52 | 43 | 2 | 34 | 63 |
| Binary | 10100101 | 1100001 | 1011111 | 0 | 101001 | 101010 | 100011 | 10 | 11100 | 110011 |
Color Harmonies of #A5615F
Complementary color
Monochromatic Colors of #A5615F
Black with #A5615F
Text Example
Text Example
White with #A5615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5615F; }
p { color: rgb(165,97,95); }
H1.HeaderClassName
{
color: #A5615F;
}
.AnyTagClassName
{
color: #A5615F;
}
</style>
background-color css
<style>
a { background-color: #A5615F; }
a { background-color: rgb(165,97,95); }
div.DivClassName
{
background-color: #A5615F;
}
.BgClassName
{
background-color: #A5615F;
}
</style>
border-color css
<style>
span { border-color: #A5615F; }
span { border-color: rgb(165,97,95); }
td.TdClassName
{
border-color: #A5615F;
}
.TagClassName
{
border-color: #A5615F;
}
</style>