Shades of Copper Rose #A36868
Tints of Copper Rose #A36868
RGB
CMYK
RGB Variations
Color information
#A36868 (or 0xA36868) is known color: Copper Rose. HEX triplet: A3, 68 and 68. RGB value is (163,104,104). Sum of RGB (Red+Green+Blue) = 163+104+104=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A36868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36868 is #5C9797. Grayscale: #797979. Windows color (decimal): -6068120 or 6842531. OLE color: 6842531.
HSL color Cylindrical-coordinate representation of color #A36868: hue angle of 0º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36868 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 104 | 104 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.36 |
| HSL | 0º | 0.24% | 0.52% | - |
| HSV(B) | 0º | 0.36% | 0.64% | - |
| XYZ | 22.55 | 18.69 | 15.51 | - |
| YUV | 121.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 104 | 104 | 0 | 0.36 | 0.36 | 0.36 | 0 | 0.24 | 0.52 |
| Hex | A3 | 68 | 68 | 0 | 24 | 24 | 24 | 0 | 18 | 34 |
| Octal | 243 | 150 | 150 | 0 | 44 | 44 | 44 | 0 | 30 | 64 |
| Binary | 10100011 | 1101000 | 1101000 | 0 | 100100 | 100100 | 100100 | 0 | 11000 | 110100 |
Color Harmonies of #A36868
Complementary color
Monochromatic Colors of #A36868
Black with #A36868
Text Example
Text Example
White with #A36868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36868; }
p { color: rgb(163,104,104); }
H1.HeaderClassName
{
color: #A36868;
}
.AnyTagClassName
{
color: #A36868;
}
</style>
background-color css
<style>
a { background-color: #A36868; }
a { background-color: rgb(163,104,104); }
div.DivClassName
{
background-color: #A36868;
}
.BgClassName
{
background-color: #A36868;
}
</style>
border-color css
<style>
span { border-color: #A36868; }
span { border-color: rgb(163,104,104); }
td.TdClassName
{
border-color: #A36868;
}
.TagClassName
{
border-color: #A36868;
}
</style>