Shades of Copper Rose #A55D5B
Tints of Copper Rose #A55D5B
RGB
CMYK
RGB Variations
Color information
#A55D5B (or 0xA55D5B) is known color: Copper Rose. HEX triplet: A5, 5D and 5B. RGB value is (165,93,91). Sum of RGB (Red+Green+Blue) = 165+93+91=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D5B is #5AA2A4. Grayscale: #727272. Windows color (decimal): -5939877 or 5987749. OLE color: 5987749.
HSL color Cylindrical-coordinate representation of color #A55D5B: hue angle of 1.62º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A55D5B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 91 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.35 |
| HSL | 1.62º | 0.29% | 0.5% | - |
| HSV(B) | 1.62º | 0.45% | 0.65% | - |
| XYZ | 21.32 | 16.58 | 11.97 | - |
| YUV | 114.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 91 | 0 | 0.44 | 0.45 | 0.35 | 1.62 | 0.29 | 0.5 |
| Hex | A5 | 5D | 5B | 0 | 2C | 2D | 23 | 2 | 1D | 32 |
| Octal | 245 | 135 | 133 | 0 | 54 | 55 | 43 | 2 | 35 | 62 |
| Binary | 10100101 | 1011101 | 1011011 | 0 | 101100 | 101101 | 100011 | 10 | 11101 | 110010 |
Color Harmonies of #A55D5B
Complementary color
Monochromatic Colors of #A55D5B
Black with #A55D5B
Text Example
Text Example
White with #A55D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D5B; }
p { color: rgb(165,93,91); }
H1.HeaderClassName
{
color: #A55D5B;
}
.AnyTagClassName
{
color: #A55D5B;
}
</style>
background-color css
<style>
a { background-color: #A55D5B; }
a { background-color: rgb(165,93,91); }
div.DivClassName
{
background-color: #A55D5B;
}
.BgClassName
{
background-color: #A55D5B;
}
</style>
border-color css
<style>
span { border-color: #A55D5B; }
span { border-color: rgb(165,93,91); }
td.TdClassName
{
border-color: #A55D5B;
}
.TagClassName
{
border-color: #A55D5B;
}
</style>