#A16560

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

Shades of Copper Rose #A16560

Tints of Copper Rose #A16560

Color information

#A16560 (or 0xA16560) is unknown color: approx Copper Rose. HEX triplet: A1, 65 and 60. RGB value is (161,101,96). Sum of RGB (Red+Green+Blue) = 161+101+96=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16560 is #5E9A9F. Grayscale: #767676. Windows color (decimal): -6199968 or 6317473. OLE color: 6317473.

HSL color Cylindrical-coordinate representation of color #A16560: hue angle of 4.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16560 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16110196-
CMYK00.370.400.37
HSL4.62º25.69%50.39%-
HSV(B)4.62º40.37%63.14%-
XYZ21.4617.7313.36-
YUV118.37115.38158.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=44.97%
G=28.21%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611019600.370.400.374.6225.6950.39
HexA16560025282551a32
Octal241145140045504553262
Binary1010000111001011100000010010110100010010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16560; }

 p { color: rgb(161,101,96); }

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

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

 a { background-color: rgb(161,101,96); }

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

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

 span { border-color: rgb(161,101,96); }

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