#A15E5C

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

Shades of Copper Rose #A15E5C

Tints of Copper Rose #A15E5C

Color information

#A15E5C (or 0xA15E5C) is unknown color: approx Copper Rose. HEX triplet: A1, 5E and 5C. RGB value is (161,94,92). Sum of RGB (Red+Green+Blue) = 161+94+92=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E5C is #5EA1A3. Grayscale: #717171. Windows color (decimal): -6201764 or 6053537. OLE color: 6053537.

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

Color convert

RGB1619492-
CMYK00.420.430.37
HSL1.74º27.27%49.61%-
HSV(B)1.74º42.86%63.14%-
XYZ20.6316.3612.19-
YUV113.8115.7161.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=46.40%
G=27.09%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161949200.420.430.371.7427.2749.61
HexA15E5C02A2B2521b32
Octal241136134052534523362
Binary101000011011110101110001010101010111001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E5C; }

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

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

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

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

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

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

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

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