#A56361

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

Shades of Copper Rose #A56361

Tints of Copper Rose #A56361

Color information

#A56361 (or 0xA56361) is unknown color: approx Copper Rose. HEX triplet: A5, 63 and 61. RGB value is (165,99,97). Sum of RGB (Red+Green+Blue) = 165+99+97=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A56361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56361 is #5A9C9E. Grayscale: #767676. Windows color (decimal): -5938335 or 6382501. OLE color: 6382501.

HSL color Cylindrical-coordinate representation of color #A56361: hue angle of 1.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56361 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1659997-
CMYK00.400.410.35
HSL1.76º27.42%51.37%-
HSV(B)1.76º41.21%64.71%-
XYZ22.1417.7913.58-
YUV118.51115.87161.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=45.71%
G=27.42%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165999700.400.410.351.7627.4251.37
HexA56361028292321b33
Octal245143141050514323363
Binary101001011100011110000101010001010011000111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56361; }

 p { color: rgb(165,99,97); }

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

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

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

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

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

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

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