Shades of Copper Rose #A46666
Tints of Copper Rose #A46666
RGB
CMYK
RGB Variations
Color information
#A46666 (or 0xA46666) is known color: Copper Rose. HEX triplet: A4, 66 and 66. RGB value is (164,102,102). Sum of RGB (Red+Green+Blue) = 164+102+102=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46666 is #5B9999. Grayscale: #787878. Windows color (decimal): -6003098 or 6710948. OLE color: 6710948.
HSL color Cylindrical-coordinate representation of color #A46666: hue angle of 0º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A46666 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 102 | 102 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.36 |
| HSL | 0º | 0.25% | 0.52% | - |
| HSV(B) | 0º | 0.38% | 0.64% | - |
| XYZ | 22.46 | 18.35 | 14.93 | - |
| YUV | 120.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 102 | 0 | 0.38 | 0.38 | 0.36 | 0 | 0.25 | 0.52 |
| Hex | A4 | 66 | 66 | 0 | 26 | 26 | 24 | 0 | 19 | 34 |
| Octal | 244 | 146 | 146 | 0 | 46 | 46 | 44 | 0 | 31 | 64 |
| Binary | 10100100 | 1100110 | 1100110 | 0 | 100110 | 100110 | 100100 | 0 | 11001 | 110100 |
Color Harmonies of #A46666
Complementary color
Monochromatic Colors of #A46666
Black with #A46666
Text Example
Text Example
White with #A46666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46666; }
p { color: rgb(164,102,102); }
H1.HeaderClassName
{
color: #A46666;
}
.AnyTagClassName
{
color: #A46666;
}
</style>
background-color css
<style>
a { background-color: #A46666; }
a { background-color: rgb(164,102,102); }
div.DivClassName
{
background-color: #A46666;
}
.BgClassName
{
background-color: #A46666;
}
</style>
border-color css
<style>
span { border-color: #A46666; }
span { border-color: rgb(164,102,102); }
td.TdClassName
{
border-color: #A46666;
}
.TagClassName
{
border-color: #A46666;
}
</style>