Shades of Copper Rose #A35F5D
Tints of Copper Rose #A35F5D
RGB
CMYK
RGB Variations
Color information
#A35F5D (or 0xA35F5D) is known color: Copper Rose. HEX triplet: A3, 5F and 5D. RGB value is (163,95,93). Sum of RGB (Red+Green+Blue) = 163+95+93=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F5D is #5CA0A2. Grayscale: #737373. Windows color (decimal): -6070435 or 6119331. OLE color: 6119331.
HSL color Cylindrical-coordinate representation of color #A35F5D: hue angle of 1.71º 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 #A35F5D is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 95 | 93 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.36 |
| HSL | 1.71º | 0.28% | 0.5% | - |
| HSV(B) | 1.71º | 0.43% | 0.64% | - |
| XYZ | 21.17 | 16.76 | 12.48 | - |
| YUV | 115.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 95 | 93 | 0 | 0.42 | 0.43 | 0.36 | 1.71 | 0.28 | 0.5 |
| Hex | A3 | 5F | 5D | 0 | 2A | 2B | 24 | 2 | 1C | 32 |
| Octal | 243 | 137 | 135 | 0 | 52 | 53 | 44 | 2 | 34 | 62 |
| Binary | 10100011 | 1011111 | 1011101 | 0 | 101010 | 101011 | 100100 | 10 | 11100 | 110010 |
Color Harmonies of #A35F5D
Complementary color
Monochromatic Colors of #A35F5D
Black with #A35F5D
Text Example
Text Example
White with #A35F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35F5D; }
p { color: rgb(163,95,93); }
H1.HeaderClassName
{
color: #A35F5D;
}
.AnyTagClassName
{
color: #A35F5D;
}
</style>
background-color css
<style>
a { background-color: #A35F5D; }
a { background-color: rgb(163,95,93); }
div.DivClassName
{
background-color: #A35F5D;
}
.BgClassName
{
background-color: #A35F5D;
}
</style>
border-color css
<style>
span { border-color: #A35F5D; }
span { border-color: rgb(163,95,93); }
td.TdClassName
{
border-color: #A35F5D;
}
.TagClassName
{
border-color: #A35F5D;
}
</style>