#A16360

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

Shades of Copper Rose #A16360

Tints of Copper Rose #A16360

Color information

#A16360 (or 0xA16360) is unknown color: approx Copper Rose. HEX triplet: A1, 63 and 60. RGB value is (161,99,96). Sum of RGB (Red+Green+Blue) = 161+99+96=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16360 is #5E9C9F. Grayscale: #757575. Windows color (decimal): -6200480 or 6316961. OLE color: 6316961.

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

Color convert

RGB1619996-
CMYK00.390.400.37
HSL2.77º25.69%50.39%-
HSV(B)2.77º40.37%63.14%-
XYZ21.2717.3513.29-
YUV117.2116.04159.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=45.22%
G=27.81%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161999600.390.400.372.7725.6950.39
HexA16360027282531a32
Octal241143140047504533262
Binary101000011100011110000001001111010001001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16360; }

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

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

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

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

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

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

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

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