Shades of Copper Rose #A35D5D
Tints of Copper Rose #A35D5D
RGB
CMYK
RGB Variations
Color information
#A35D5D (or 0xA35D5D) is known color: Copper Rose. HEX triplet: A3, 5D and 5D. RGB value is (163,93,93). Sum of RGB (Red+Green+Blue) = 163+93+93=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D5D is #5CA2A2. Grayscale: #727272. Windows color (decimal): -6070947 or 6118819. OLE color: 6118819.
HSL color Cylindrical-coordinate representation of color #A35D5D: 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 #A35D5D is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 93 | 93 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.36 |
| HSL | 0º | 0.28% | 0.5% | - |
| HSV(B) | 0º | 0.43% | 0.64% | - |
| XYZ | 20.99 | 16.41 | 12.42 | - |
| YUV | 113.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 93 | 93 | 0 | 0.43 | 0.43 | 0.36 | 0 | 0.28 | 0.5 |
| Hex | A3 | 5D | 5D | 0 | 2B | 2B | 24 | 0 | 1C | 32 |
| Octal | 243 | 135 | 135 | 0 | 53 | 53 | 44 | 0 | 34 | 62 |
| Binary | 10100011 | 1011101 | 1011101 | 0 | 101011 | 101011 | 100100 | 0 | 11100 | 110010 |
Color Harmonies of #A35D5D
Complementary color
Monochromatic Colors of #A35D5D
Black with #A35D5D
Text Example
Text Example
White with #A35D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35D5D; }
p { color: rgb(163,93,93); }
H1.HeaderClassName
{
color: #A35D5D;
}
.AnyTagClassName
{
color: #A35D5D;
}
</style>
background-color css
<style>
a { background-color: #A35D5D; }
a { background-color: rgb(163,93,93); }
div.DivClassName
{
background-color: #A35D5D;
}
.BgClassName
{
background-color: #A35D5D;
}
</style>
border-color css
<style>
span { border-color: #A35D5D; }
span { border-color: rgb(163,93,93); }
td.TdClassName
{
border-color: #A35D5D;
}
.TagClassName
{
border-color: #A35D5D;
}
</style>