#A16563

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

Shades of Copper Rose #A16563

Tints of Copper Rose #A16563

Color information

#A16563 (or 0xA16563) is unknown color: approx Copper Rose. HEX triplet: A1, 65 and 63. RGB value is (161,101,99). Sum of RGB (Red+Green+Blue) = 161+101+99=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16563 is #5E9A9C. Grayscale: #767676. Windows color (decimal): -6199965 or 6514081. OLE color: 6514081.

HSL color Cylindrical-coordinate representation of color #A16563: hue angle of 1.94º 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 #A16563 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16110199-
CMYK00.370.390.37
HSL1.94º24.8%50.98%-
HSV(B)1.94º38.51%63.14%-
XYZ21.617.7914.1-
YUV118.71116.88158.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=44.60%
G=27.98%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611019900.370.390.371.9424.850.98
HexA16563025272521933
Octal241145143045474523163
Binary101000011100101110001101001011001111001011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16563; }

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

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

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

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

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

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

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

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