Shades of Copper Rose #A36662
Tints of Copper Rose #A36662
RGB
CMYK
RGB Variations
Color information
#A36662 (or 0xA36662) is known color: Copper Rose. HEX triplet: A3, 66 and 62. RGB value is (163,102,98). Sum of RGB (Red+Green+Blue) = 163+102+98=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A36662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36662 is #5C999D. Grayscale: #777777. Windows color (decimal): -6068638 or 6448803. OLE color: 6448803.
HSL color Cylindrical-coordinate representation of color #A36662: hue angle of 3.69º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36662 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 102 | 98 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.36 |
| HSL | 3.69º | 0.26% | 0.51% | - |
| HSV(B) | 3.69º | 0.4% | 0.64% | - |
| XYZ | 22.06 | 18.17 | 13.9 | - |
| YUV | 119.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 98 | 0 | 0.37 | 0.40 | 0.36 | 3.69 | 0.26 | 0.51 |
| Hex | A3 | 66 | 62 | 0 | 25 | 28 | 24 | 4 | 1A | 33 |
| Octal | 243 | 146 | 142 | 0 | 45 | 50 | 44 | 4 | 32 | 63 |
| Binary | 10100011 | 1100110 | 1100010 | 0 | 100101 | 101000 | 100100 | 100 | 11010 | 110011 |
Color Harmonies of #A36662
Complementary color
Monochromatic Colors of #A36662
Black with #A36662
Text Example
Text Example
White with #A36662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36662; }
p { color: rgb(163,102,98); }
H1.HeaderClassName
{
color: #A36662;
}
.AnyTagClassName
{
color: #A36662;
}
</style>
background-color css
<style>
a { background-color: #A36662; }
a { background-color: rgb(163,102,98); }
div.DivClassName
{
background-color: #A36662;
}
.BgClassName
{
background-color: #A36662;
}
</style>
border-color css
<style>
span { border-color: #A36662; }
span { border-color: rgb(163,102,98); }
td.TdClassName
{
border-color: #A36662;
}
.TagClassName
{
border-color: #A36662;
}
</style>