Shades of Copper Rose #A45E5D
Tints of Copper Rose #A45E5D
RGB
CMYK
RGB Variations
Color information
#A45E5D (or 0xA45E5D) is known color: Copper Rose. HEX triplet: A4, 5E and 5D. RGB value is (164,94,93). Sum of RGB (Red+Green+Blue) = 164+94+93=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E5D is #5BA1A2. Grayscale: #727272. Windows color (decimal): -6005155 or 6119076. OLE color: 6119076.
HSL color Cylindrical-coordinate representation of color #A45E5D: hue angle of 0.85º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E5D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 94 | 93 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.36 |
| HSL | 0.85º | 0.28% | 0.5% | - |
| HSV(B) | 0.85º | 0.43% | 0.64% | - |
| XYZ | 21.29 | 16.69 | 12.46 | - |
| YUV | 114.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 93 | 0 | 0.43 | 0.43 | 0.36 | 0.85 | 0.28 | 0.5 |
| Hex | A4 | 5E | 5D | 0 | 2B | 2B | 24 | 1 | 1C | 32 |
| Octal | 244 | 136 | 135 | 0 | 53 | 53 | 44 | 1 | 34 | 62 |
| Binary | 10100100 | 1011110 | 1011101 | 0 | 101011 | 101011 | 100100 | 1 | 11100 | 110010 |
Color Harmonies of #A45E5D
Complementary color
Monochromatic Colors of #A45E5D
Black with #A45E5D
Text Example
Text Example
White with #A45E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45E5D; }
p { color: rgb(164,94,93); }
H1.HeaderClassName
{
color: #A45E5D;
}
.AnyTagClassName
{
color: #A45E5D;
}
</style>
background-color css
<style>
a { background-color: #A45E5D; }
a { background-color: rgb(164,94,93); }
div.DivClassName
{
background-color: #A45E5D;
}
.BgClassName
{
background-color: #A45E5D;
}
</style>
border-color css
<style>
span { border-color: #A45E5D; }
span { border-color: rgb(164,94,93); }
td.TdClassName
{
border-color: #A45E5D;
}
.TagClassName
{
border-color: #A45E5D;
}
</style>