#A55E5C

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

Shades of Copper Rose #A55E5C

Tints of Copper Rose #A55E5C

Color information

#A55E5C (or 0xA55E5C) is unknown color: approx Copper Rose. HEX triplet: A5, 5E and 5C. RGB value is (165,94,92). Sum of RGB (Red+Green+Blue) = 165+94+92=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E5C is #5AA1A3. Grayscale: #737373. Windows color (decimal): -5939620 or 6053541. OLE color: 6053541.

HSL color Cylindrical-coordinate representation of color #A55E5C: hue angle of 1.64º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55E5C is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1659492-
CMYK00.430.440.35
HSL1.64º28.85%50.39%-
HSV(B)1.64º44.24%64.71%-
XYZ21.4516.7812.23-
YUV115115.02163.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=47.01%
G=26.78%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165949200.430.440.351.6428.8550.39
HexA55E5C02B2C2321d32
Octal245136134053544323562
Binary101001011011110101110001010111011001000111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E5C; }

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

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

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

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

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

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

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

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