#A16863

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

Shades of Copper Rose #A16863

Tints of Copper Rose #A16863

Color information

#A16863 (or 0xA16863) is unknown color: approx Copper Rose. HEX triplet: A1, 68 and 63. RGB value is (161,104,99). Sum of RGB (Red+Green+Blue) = 161+104+99=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16863 is #5E979C. Grayscale: #787878. Windows color (decimal): -6199197 or 6514849. OLE color: 6514849.

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

Color convert

RGB16110499-
CMYK00.350.390.37
HSL4.84º24.8%50.98%-
HSV(B)4.84º38.51%63.14%-
XYZ21.918.3814.2-
YUV120.47115.88156.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=44.23%
G=28.57%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611049900.350.390.374.8424.850.98
HexA16863023272551933
Octal241150143043474553163
Binary1010000111010001100011010001110011110010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16863; }

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

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

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

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

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

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

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

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