Shades of Copper Rose #A3615D
Tints of Copper Rose #A3615D
RGB
CMYK
RGB Variations
Color information
#A3615D (or 0xA3615D) is known color: Copper Rose. HEX triplet: A3, 61 and 5D. RGB value is (163,97,93). Sum of RGB (Red+Green+Blue) = 163+97+93=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3615D is #5C9EA2. Grayscale: #747474. Windows color (decimal): -6069923 or 6119843. OLE color: 6119843.
HSL color Cylindrical-coordinate representation of color #A3615D: hue angle of 3.43º 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 #A3615D is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 97 | 93 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.36 |
| HSL | 3.43º | 0.28% | 0.5% | - |
| HSV(B) | 3.43º | 0.43% | 0.64% | - |
| XYZ | 21.35 | 17.13 | 12.54 | - |
| YUV | 116.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 97 | 93 | 0 | 0.40 | 0.43 | 0.36 | 3.43 | 0.28 | 0.5 |
| Hex | A3 | 61 | 5D | 0 | 28 | 2B | 24 | 3 | 1C | 32 |
| Octal | 243 | 141 | 135 | 0 | 50 | 53 | 44 | 3 | 34 | 62 |
| Binary | 10100011 | 1100001 | 1011101 | 0 | 101000 | 101011 | 100100 | 11 | 11100 | 110010 |
Color Harmonies of #A3615D
Complementary color
Monochromatic Colors of #A3615D
Black with #A3615D
Text Example
Text Example
White with #A3615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3615D; }
p { color: rgb(163,97,93); }
H1.HeaderClassName
{
color: #A3615D;
}
.AnyTagClassName
{
color: #A3615D;
}
</style>
background-color css
<style>
a { background-color: #A3615D; }
a { background-color: rgb(163,97,93); }
div.DivClassName
{
background-color: #A3615D;
}
.BgClassName
{
background-color: #A3615D;
}
</style>
border-color css
<style>
span { border-color: #A3615D; }
span { border-color: rgb(163,97,93); }
td.TdClassName
{
border-color: #A3615D;
}
.TagClassName
{
border-color: #A3615D;
}
</style>