#A1615E

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

Shades of Copper Rose #A1615E

Tints of Copper Rose #A1615E

Color information

#A1615E (or 0xA1615E) is unknown color: approx Copper Rose. HEX triplet: A1, 61 and 5E. RGB value is (161,97,94). Sum of RGB (Red+Green+Blue) = 161+97+94=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615E is #5E9EA1. Grayscale: #737373. Windows color (decimal): -6200994 or 6185377. OLE color: 6185377.

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

Color convert

RGB1619794-
CMYK00.400.420.37
HSL2.69º26.27%50%-
HSV(B)2.69º41.61%63.14%-
XYZ20.9916.9312.75-
YUV115.79115.7160.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=45.74%
G=27.56%
B=26.70%

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
Decimal161979400.400.420.372.6926.2750
HexA1615E0282A2531a32
Octal241141136050524533262
Binary101000011100001101111001010001010101001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1615E; }

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

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

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

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

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

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

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

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