Shades of Copper Rose #A36865
Tints of Copper Rose #A36865
RGB
CMYK
RGB Variations
Color information
#A36865 (or 0xA36865) is known color: Copper Rose. HEX triplet: A3, 68 and 65. RGB value is (163,104,101). Sum of RGB (Red+Green+Blue) = 163+104+101=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A36865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36865 is #5C979A. Grayscale: #797979. Windows color (decimal): -6068123 or 6645923. OLE color: 6645923.
HSL color Cylindrical-coordinate representation of color #A36865: hue angle of 2.9º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A36865 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 101 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.36 |
| HSL | 2.9º | 0.25% | 0.52% | - |
| HSV(B) | 2.9º | 0.38% | 0.64% | - |
| XYZ | 22.4 | 18.63 | 14.73 | - |
| YUV | 121.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 101 | 0 | 0.36 | 0.38 | 0.36 | 2.9 | 0.25 | 0.52 |
| Hex | A3 | 68 | 65 | 0 | 24 | 26 | 24 | 3 | 19 | 34 |
| Octal | 243 | 150 | 145 | 0 | 44 | 46 | 44 | 3 | 31 | 64 |
| Binary | 10100011 | 1101000 | 1100101 | 0 | 100100 | 100110 | 100100 | 11 | 11001 | 110100 |
Color Harmonies of #A36865
Complementary color
Monochromatic Colors of #A36865
Black with #A36865
Text Example
Text Example
White with #A36865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36865; }
p { color: rgb(163,104,101); }
H1.HeaderClassName
{
color: #A36865;
}
.AnyTagClassName
{
color: #A36865;
}
</style>
background-color css
<style>
a { background-color: #A36865; }
a { background-color: rgb(163,104,101); }
div.DivClassName
{
background-color: #A36865;
}
.BgClassName
{
background-color: #A36865;
}
</style>
border-color css
<style>
span { border-color: #A36865; }
span { border-color: rgb(163,104,101); }
td.TdClassName
{
border-color: #A36865;
}
.TagClassName
{
border-color: #A36865;
}
</style>