#A56261

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

Shades of Copper Rose #A56261

Tints of Copper Rose #A56261

Color information

#A56261 (or 0xA56261) is unknown color: approx Copper Rose. HEX triplet: A5, 62 and 61. RGB value is (165,98,97). Sum of RGB (Red+Green+Blue) = 165+98+97=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A56261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56261 is #5A9D9E. Grayscale: #757575. Windows color (decimal): -5938591 or 6382245. OLE color: 6382245.

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

Color convert

RGB1659897-
CMYK00.410.410.35
HSL0.88º27.42%51.37%-
HSV(B)0.88º41.21%64.71%-
XYZ22.0417.613.54-
YUV117.92116.2161.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=45.83%
G=27.22%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165989700.410.410.350.8827.4251.37
HexA56261029292311b33
Octal245142141051514313363
Binary10100101110001011000010101001101001100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56261; }

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

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

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

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

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

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

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

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