Shades of Copper Rose #A3605D
Tints of Copper Rose #A3605D
RGB
CMYK
RGB Variations
Color information
#A3605D (or 0xA3605D) is known color: Copper Rose. HEX triplet: A3, 60 and 5D. RGB value is (163,96,93). Sum of RGB (Red+Green+Blue) = 163+96+93=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3605D is #5C9FA2. Grayscale: #737373. Windows color (decimal): -6070179 or 6119587. OLE color: 6119587.
HSL color Cylindrical-coordinate representation of color #A3605D: hue angle of 2.57º 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 #A3605D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 96 | 93 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.36 |
| HSL | 2.57º | 0.28% | 0.5% | - |
| HSV(B) | 2.57º | 0.43% | 0.64% | - |
| XYZ | 21.26 | 16.94 | 12.51 | - |
| YUV | 115.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 93 | 0 | 0.41 | 0.43 | 0.36 | 2.57 | 0.28 | 0.5 |
| Hex | A3 | 60 | 5D | 0 | 29 | 2B | 24 | 3 | 1C | 32 |
| Octal | 243 | 140 | 135 | 0 | 51 | 53 | 44 | 3 | 34 | 62 |
| Binary | 10100011 | 1100000 | 1011101 | 0 | 101001 | 101011 | 100100 | 11 | 11100 | 110010 |
Color Harmonies of #A3605D
Complementary color
Monochromatic Colors of #A3605D
Black with #A3605D
Text Example
Text Example
White with #A3605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3605D; }
p { color: rgb(163,96,93); }
H1.HeaderClassName
{
color: #A3605D;
}
.AnyTagClassName
{
color: #A3605D;
}
</style>
background-color css
<style>
a { background-color: #A3605D; }
a { background-color: rgb(163,96,93); }
div.DivClassName
{
background-color: #A3605D;
}
.BgClassName
{
background-color: #A3605D;
}
</style>
border-color css
<style>
span { border-color: #A3605D; }
span { border-color: rgb(163,96,93); }
td.TdClassName
{
border-color: #A3605D;
}
.TagClassName
{
border-color: #A3605D;
}
</style>