Shades of Copper Rose #A26867
Tints of Copper Rose #A26867
RGB
CMYK
RGB Variations
Color information
#A26867 (or 0xA26867) is known color: Copper Rose. HEX triplet: A2, 68 and 67. RGB value is (162,104,103). Sum of RGB (Red+Green+Blue) = 162+104+103=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A26867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26867 is #5D9798. Grayscale: #797979. Windows color (decimal): -6133657 or 6776994. OLE color: 6776994.
HSL color Cylindrical-coordinate representation of color #A26867: hue angle of 1.02º 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 #A26867 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 104 | 103 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.36 |
| HSL | 1.02º | 0.24% | 0.52% | - |
| HSV(B) | 1.02º | 0.36% | 0.64% | - |
| XYZ | 22.3 | 18.56 | 15.24 | - |
| YUV | 121.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 103 | 0 | 0.36 | 0.36 | 0.36 | 1.02 | 0.24 | 0.52 |
| Hex | A2 | 68 | 67 | 0 | 24 | 24 | 24 | 1 | 18 | 34 |
| Octal | 242 | 150 | 147 | 0 | 44 | 44 | 44 | 1 | 30 | 64 |
| Binary | 10100010 | 1101000 | 1100111 | 0 | 100100 | 100100 | 100100 | 1 | 11000 | 110100 |
Color Harmonies of #A26867
Complementary color
Monochromatic Colors of #A26867
Black with #A26867
Text Example
Text Example
White with #A26867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26867; }
p { color: rgb(162,104,103); }
H1.HeaderClassName
{
color: #A26867;
}
.AnyTagClassName
{
color: #A26867;
}
</style>
background-color css
<style>
a { background-color: #A26867; }
a { background-color: rgb(162,104,103); }
div.DivClassName
{
background-color: #A26867;
}
.BgClassName
{
background-color: #A26867;
}
</style>
border-color css
<style>
span { border-color: #A26867; }
span { border-color: rgb(162,104,103); }
td.TdClassName
{
border-color: #A26867;
}
.TagClassName
{
border-color: #A26867;
}
</style>