Shades of Copper Rose #A35C5B
Tints of Copper Rose #A35C5B
RGB
CMYK
RGB Variations
Color information
#A35C5B (or 0xA35C5B) is known color: Copper Rose. HEX triplet: A3, 5C and 5B. RGB value is (163,92,91). Sum of RGB (Red+Green+Blue) = 163+92+91=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5B is #5CA3A4. Grayscale: #717171. Windows color (decimal): -6071205 or 5987491. OLE color: 5987491.
HSL color Cylindrical-coordinate representation of color #A35C5B: hue angle of 0.83º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A35C5B is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 92 | 91 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.36 |
| HSL | 0.83º | 0.28% | 0.5% | - |
| HSV(B) | 0.83º | 0.44% | 0.64% | - |
| XYZ | 20.82 | 16.2 | 11.93 | - |
| YUV | 113.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 92 | 91 | 0 | 0.44 | 0.44 | 0.36 | 0.83 | 0.28 | 0.5 |
| Hex | A3 | 5C | 5B | 0 | 2C | 2C | 24 | 1 | 1C | 32 |
| Octal | 243 | 134 | 133 | 0 | 54 | 54 | 44 | 1 | 34 | 62 |
| Binary | 10100011 | 1011100 | 1011011 | 0 | 101100 | 101100 | 100100 | 1 | 11100 | 110010 |
Color Harmonies of #A35C5B
Complementary color
Monochromatic Colors of #A35C5B
Black with #A35C5B
Text Example
Text Example
White with #A35C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35C5B; }
p { color: rgb(163,92,91); }
H1.HeaderClassName
{
color: #A35C5B;
}
.AnyTagClassName
{
color: #A35C5B;
}
</style>
background-color css
<style>
a { background-color: #A35C5B; }
a { background-color: rgb(163,92,91); }
div.DivClassName
{
background-color: #A35C5B;
}
.BgClassName
{
background-color: #A35C5B;
}
</style>
border-color css
<style>
span { border-color: #A35C5B; }
span { border-color: rgb(163,92,91); }
td.TdClassName
{
border-color: #A35C5B;
}
.TagClassName
{
border-color: #A35C5B;
}
</style>