#A06863

Color #A06863 Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #A06863

Tints of Copper Rose #A06863

Color information

#A06863 (or 0xA06863) is unknown color: approx Copper Rose. HEX triplet: A0, 68 and 63. RGB value is (160,104,99). Sum of RGB (Red+Green+Blue) = 160+104+99=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06863 is #5F979C. Grayscale: #787878. Windows color (decimal): -6264733 or 6514848. OLE color: 6514848.

HSL color Cylindrical-coordinate representation of color #A06863: hue angle of 4.92º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06863 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB16010499-
CMYK00.350.380.37
HSL4.92º24.3%50.78%-
HSV(B)4.92º38.12%62.75%-
XYZ21.718.2814.19-
YUV120.17116.05156.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=44.08%
G=28.65%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601049900.350.380.374.9224.350.78
HexA06863023262551833
Octal240150143043464553063
Binary1010000011010001100011010001110011010010110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06863; }

 p { color: rgb(160,104,99); }

 H1.HeaderClassName
 {
   color: #A06863;
 }
 .AnyTagClassName
 {
   color: #A06863;
 }
</style>
background-color css

<style>
 a { background-color: #A06863; }

 a { background-color: rgb(160,104,99); }

 div.DivClassName
 {
   background-color: #A06863;
 }
 .BgClassName
 {
   background-color: #A06863;
 }
</style>
border-color css

<style>
 span { border-color: #A06863; }

 span { border-color: rgb(160,104,99); }

 td.TdClassName
 {
   border-color: #A06863;
 }
 .TagClassName
 {
   border-color: #A06863;
 }
</style>