#A55C5C

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

Shades of Copper Rose #A55C5C

Tints of Copper Rose #A55C5C

Color information

#A55C5C (or 0xA55C5C) is unknown color: approx Copper Rose. HEX triplet: A5, 5C and 5C. RGB value is (165,92,92). Sum of RGB (Red+Green+Blue) = 165+92+92=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C5C is #5AA3A3. Grayscale: #717171. Windows color (decimal): -5940132 or 6053029. OLE color: 6053029.

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

Color convert

RGB1659292-
CMYK00.440.440.35
HSL28.85%50.39%-
HSV(B)44.24%64.71%-
XYZ21.2816.4312.17-
YUV113.83115.68164.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=47.28%
G=26.36%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165929200.440.440.35028.8550.39
HexA55C5C02C2C2301d32
Octal245134134054544303562
Binary10100101101110010111000101100101100100011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C5C; }

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

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

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

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

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

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

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

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