#A1615D

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

Shades of Copper Rose #A1615D

Tints of Copper Rose #A1615D

Color information

#A1615D (or 0xA1615D) is unknown color: approx Copper Rose. HEX triplet: A1, 61 and 5D. RGB value is (161,97,93). Sum of RGB (Red+Green+Blue) = 161+97+93=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615D is #5E9EA2. Grayscale: #737373. Windows color (decimal): -6200995 or 6119841. OLE color: 6119841.

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

Color convert

RGB1619793-
CMYK00.400.420.37
HSL3.53º26.77%49.8%-
HSV(B)3.53º42.24%63.14%-
XYZ20.9516.9212.52-
YUV115.68115.2160.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=45.87%
G=27.64%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161979300.400.420.373.5326.7749.8
HexA1615D0282A2541b32
Octal241141135050524543362
Binary1010000111000011011101010100010101010010110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1615D; }

 p { color: rgb(161,97,93); }

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

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

 a { background-color: rgb(161,97,93); }

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

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

 span { border-color: rgb(161,97,93); }

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