#A15D5C

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

Shades of Copper Rose #A15D5C

Tints of Copper Rose #A15D5C

Color information

#A15D5C (or 0xA15D5C) is unknown color: approx Copper Rose. HEX triplet: A1, 5D and 5C. RGB value is (161,93,92). Sum of RGB (Red+Green+Blue) = 161+93+92=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D5C is #5EA2A3. Grayscale: #717171. Windows color (decimal): -6202020 or 6053281. OLE color: 6053281.

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

Color convert

RGB1619392-
CMYK00.420.430.37
HSL0.87º27.27%49.61%-
HSV(B)0.87º42.86%63.14%-
XYZ20.5416.1812.17-
YUV113.22116.03162.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=46.53%
G=26.88%
B=26.59%

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
Decimal161939200.420.430.370.8727.2749.61
HexA15D5C02A2B2511b32
Octal241135134052534513362
Binary10100001101110110111000101010101011100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D5C; }

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

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

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

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

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

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

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

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