Shades of Copper Rose #A5605E
Tints of Copper Rose #A5605E
RGB
CMYK
RGB Variations
Color information
#A5605E (or 0xA5605E) is known color: Copper Rose. HEX triplet: A5, 60 and 5E. RGB value is (165,96,94). Sum of RGB (Red+Green+Blue) = 165+96+94=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5605E is #5A9FA1. Grayscale: #747474. Windows color (decimal): -5939106 or 6185125. OLE color: 6185125.
HSL color Cylindrical-coordinate representation of color #A5605E: hue angle of 1.69º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5605E is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 96 | 94 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.35 |
| HSL | 1.69º | 0.28% | 0.51% | - |
| HSV(B) | 1.69º | 0.43% | 0.65% | - |
| XYZ | 21.72 | 17.17 | 12.76 | - |
| YUV | 116.4 | 115.36 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 94 | 0 | 0.42 | 0.43 | 0.35 | 1.69 | 0.28 | 0.51 |
| Hex | A5 | 60 | 5E | 0 | 2A | 2B | 23 | 2 | 1C | 33 |
| Octal | 245 | 140 | 136 | 0 | 52 | 53 | 43 | 2 | 34 | 63 |
| Binary | 10100101 | 1100000 | 1011110 | 0 | 101010 | 101011 | 100011 | 10 | 11100 | 110011 |
Color Harmonies of #A5605E
Complementary color
Monochromatic Colors of #A5605E
Black with #A5605E
Text Example
Text Example
White with #A5605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5605E; }
p { color: rgb(165,96,94); }
H1.HeaderClassName
{
color: #A5605E;
}
.AnyTagClassName
{
color: #A5605E;
}
</style>
background-color css
<style>
a { background-color: #A5605E; }
a { background-color: rgb(165,96,94); }
div.DivClassName
{
background-color: #A5605E;
}
.BgClassName
{
background-color: #A5605E;
}
</style>
border-color css
<style>
span { border-color: #A5605E; }
span { border-color: rgb(165,96,94); }
td.TdClassName
{
border-color: #A5605E;
}
.TagClassName
{
border-color: #A5605E;
}
</style>