Shades of Copper Rose #A46262
Tints of Copper Rose #A46262
RGB
CMYK
RGB Variations
Color information
#A46262 (or 0xA46262) is known color: Copper Rose. HEX triplet: A4, 62 and 62. RGB value is (164,98,98). Sum of RGB (Red+Green+Blue) = 164+98+98=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A46262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46262 is #5B9D9D. Grayscale: #757575. Windows color (decimal): -6004126 or 6447780. OLE color: 6447780.
HSL color Cylindrical-coordinate representation of color #A46262: hue angle of 0º degrees, saturation: 0.27, 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 #A46262 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 98 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.36 |
| HSL | 0º | 0.27% | 0.51% | - |
| HSV(B) | 0º | 0.4% | 0.64% | - |
| XYZ | 21.88 | 17.51 | 13.78 | - |
| YUV | 117.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 98 | 0 | 0.40 | 0.40 | 0.36 | 0 | 0.27 | 0.51 |
| Hex | A4 | 62 | 62 | 0 | 28 | 28 | 24 | 0 | 1B | 33 |
| Octal | 244 | 142 | 142 | 0 | 50 | 50 | 44 | 0 | 33 | 63 |
| Binary | 10100100 | 1100010 | 1100010 | 0 | 101000 | 101000 | 100100 | 0 | 11011 | 110011 |
Color Harmonies of #A46262
Complementary color
Monochromatic Colors of #A46262
Black with #A46262
Text Example
Text Example
White with #A46262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46262; }
p { color: rgb(164,98,98); }
H1.HeaderClassName
{
color: #A46262;
}
.AnyTagClassName
{
color: #A46262;
}
</style>
background-color css
<style>
a { background-color: #A46262; }
a { background-color: rgb(164,98,98); }
div.DivClassName
{
background-color: #A46262;
}
.BgClassName
{
background-color: #A46262;
}
</style>
border-color css
<style>
span { border-color: #A46262; }
span { border-color: rgb(164,98,98); }
td.TdClassName
{
border-color: #A46262;
}
.TagClassName
{
border-color: #A46262;
}
</style>