Shades of Copper Rose #A46765
Tints of Copper Rose #A46765
RGB
CMYK
RGB Variations
Color information
#A46765 (or 0xA46765) is known color: Copper Rose. HEX triplet: A4, 67 and 65. RGB value is (164,103,101). Sum of RGB (Red+Green+Blue) = 164+103+101=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46765 is #5B989A. Grayscale: #797979. Windows color (decimal): -6002843 or 6645668. OLE color: 6645668.
HSL color Cylindrical-coordinate representation of color #A46765: hue angle of 1.9º degrees, saturation: 0.26, 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 #A46765 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 101 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.36 |
| HSL | 1.9º | 0.26% | 0.52% | - |
| HSV(B) | 1.9º | 0.38% | 0.64% | - |
| XYZ | 22.51 | 18.53 | 14.7 | - |
| YUV | 121.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 101 | 0 | 0.37 | 0.38 | 0.36 | 1.9 | 0.26 | 0.52 |
| Hex | A4 | 67 | 65 | 0 | 25 | 26 | 24 | 2 | 1A | 34 |
| Octal | 244 | 147 | 145 | 0 | 45 | 46 | 44 | 2 | 32 | 64 |
| Binary | 10100100 | 1100111 | 1100101 | 0 | 100101 | 100110 | 100100 | 10 | 11010 | 110100 |
Color Harmonies of #A46765
Complementary color
Monochromatic Colors of #A46765
Black with #A46765
Text Example
Text Example
White with #A46765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46765; }
p { color: rgb(164,103,101); }
H1.HeaderClassName
{
color: #A46765;
}
.AnyTagClassName
{
color: #A46765;
}
</style>
background-color css
<style>
a { background-color: #A46765; }
a { background-color: rgb(164,103,101); }
div.DivClassName
{
background-color: #A46765;
}
.BgClassName
{
background-color: #A46765;
}
</style>
border-color css
<style>
span { border-color: #A46765; }
span { border-color: rgb(164,103,101); }
td.TdClassName
{
border-color: #A46765;
}
.TagClassName
{
border-color: #A46765;
}
</style>