Shades of Copper Rose #A45D5D
Tints of Copper Rose #A45D5D
RGB
CMYK
RGB Variations
Color information
#A45D5D (or 0xA45D5D) is known color: Copper Rose. HEX triplet: A4, 5D and 5D. RGB value is (164,93,93). Sum of RGB (Red+Green+Blue) = 164+93+93=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D5D is #5BA2A2. Grayscale: #727272. Windows color (decimal): -6005411 or 6118820. OLE color: 6118820.
HSL color Cylindrical-coordinate representation of color #A45D5D: hue angle of 0º 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 #A45D5D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 93 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.36 |
| HSL | 0º | 0.28% | 0.5% | - |
| HSV(B) | 0º | 0.43% | 0.64% | - |
| XYZ | 21.2 | 16.51 | 12.43 | - |
| YUV | 114.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 93 | 0 | 0.43 | 0.43 | 0.36 | 0 | 0.28 | 0.5 |
| Hex | A4 | 5D | 5D | 0 | 2B | 2B | 24 | 0 | 1C | 32 |
| Octal | 244 | 135 | 135 | 0 | 53 | 53 | 44 | 0 | 34 | 62 |
| Binary | 10100100 | 1011101 | 1011101 | 0 | 101011 | 101011 | 100100 | 0 | 11100 | 110010 |
Color Harmonies of #A45D5D
Complementary color
Monochromatic Colors of #A45D5D
Black with #A45D5D
Text Example
Text Example
White with #A45D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D5D; }
p { color: rgb(164,93,93); }
H1.HeaderClassName
{
color: #A45D5D;
}
.AnyTagClassName
{
color: #A45D5D;
}
</style>
background-color css
<style>
a { background-color: #A45D5D; }
a { background-color: rgb(164,93,93); }
div.DivClassName
{
background-color: #A45D5D;
}
.BgClassName
{
background-color: #A45D5D;
}
</style>
border-color css
<style>
span { border-color: #A45D5D; }
span { border-color: rgb(164,93,93); }
td.TdClassName
{
border-color: #A45D5D;
}
.TagClassName
{
border-color: #A45D5D;
}
</style>