Shades of Copper Rose #A36764
Tints of Copper Rose #A36764
RGB
CMYK
RGB Variations
Color information
#A36764 (or 0xA36764) is known color: Copper Rose. HEX triplet: A3, 67 and 64. RGB value is (163,103,100). Sum of RGB (Red+Green+Blue) = 163+103+100=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A36764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36764 is #5C989B. Grayscale: #787878. Windows color (decimal): -6068380 or 6580131. OLE color: 6580131.
HSL color Cylindrical-coordinate representation of color #A36764: hue angle of 2.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A36764 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 103 | 100 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.36 |
| HSL | 2.86º | 0.26% | 0.52% | - |
| HSV(B) | 2.86º | 0.39% | 0.64% | - |
| XYZ | 22.25 | 18.41 | 14.44 | - |
| YUV | 120.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 103 | 100 | 0 | 0.37 | 0.39 | 0.36 | 2.86 | 0.26 | 0.52 |
| Hex | A3 | 67 | 64 | 0 | 25 | 27 | 24 | 3 | 1A | 34 |
| Octal | 243 | 147 | 144 | 0 | 45 | 47 | 44 | 3 | 32 | 64 |
| Binary | 10100011 | 1100111 | 1100100 | 0 | 100101 | 100111 | 100100 | 11 | 11010 | 110100 |
Color Harmonies of #A36764
Complementary color
Monochromatic Colors of #A36764
Black with #A36764
Text Example
Text Example
White with #A36764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36764; }
p { color: rgb(163,103,100); }
H1.HeaderClassName
{
color: #A36764;
}
.AnyTagClassName
{
color: #A36764;
}
</style>
background-color css
<style>
a { background-color: #A36764; }
a { background-color: rgb(163,103,100); }
div.DivClassName
{
background-color: #A36764;
}
.BgClassName
{
background-color: #A36764;
}
</style>
border-color css
<style>
span { border-color: #A36764; }
span { border-color: rgb(163,103,100); }
td.TdClassName
{
border-color: #A36764;
}
.TagClassName
{
border-color: #A36764;
}
</style>