Shades of Copper Rose #A76262
Tints of Copper Rose #A76262
RGB
CMYK
RGB Variations
Color information
#A76262 (or 0xA76262) is known color: Copper Rose. HEX triplet: A7, 62 and 62. RGB value is (167,98,98). Sum of RGB (Red+Green+Blue) = 167+98+98=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76262 is #589D9D. Grayscale: #767676. Windows color (decimal): -5807518 or 6447783. OLE color: 6447783.
HSL color Cylindrical-coordinate representation of color #A76262: hue angle of 0º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76262 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 98 | 98 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.35 |
| HSL | 0º | 0.28% | 0.52% | - |
| HSV(B) | 0º | 0.41% | 0.65% | - |
| XYZ | 22.51 | 17.83 | 13.81 | - |
| YUV | 118.63 | 116.36 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 98 | 98 | 0 | 0.41 | 0.41 | 0.35 | 0 | 0.28 | 0.52 |
| Hex | A7 | 62 | 62 | 0 | 29 | 29 | 23 | 0 | 1C | 34 |
| Octal | 247 | 142 | 142 | 0 | 51 | 51 | 43 | 0 | 34 | 64 |
| Binary | 10100111 | 1100010 | 1100010 | 0 | 101001 | 101001 | 100011 | 0 | 11100 | 110100 |
Color Harmonies of #A76262
Complementary color
Monochromatic Colors of #A76262
Black with #A76262
Text Example
Text Example
White with #A76262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76262; }
p { color: rgb(167,98,98); }
H1.HeaderClassName
{
color: #A76262;
}
.AnyTagClassName
{
color: #A76262;
}
</style>
background-color css
<style>
a { background-color: #A76262; }
a { background-color: rgb(167,98,98); }
div.DivClassName
{
background-color: #A76262;
}
.BgClassName
{
background-color: #A76262;
}
</style>
border-color css
<style>
span { border-color: #A76262; }
span { border-color: rgb(167,98,98); }
td.TdClassName
{
border-color: #A76262;
}
.TagClassName
{
border-color: #A76262;
}
</style>