#A56260

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

Shades of Copper Rose #A56260

Tints of Copper Rose #A56260

Color information

#A56260 (or 0xA56260) is unknown color: approx Copper Rose. HEX triplet: A5, 62 and 60. RGB value is (165,98,96). Sum of RGB (Red+Green+Blue) = 165+98+96=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A56260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56260 is #5A9D9F. Grayscale: #757575. Windows color (decimal): -5938592 or 6316709. OLE color: 6316709.

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

Color convert

RGB1659896-
CMYK00.410.420.35
HSL1.74º27.71%51.18%-
HSV(B)1.74º41.82%64.71%-
XYZ2217.5813.3-
YUV117.8115.7161.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=45.96%
G=27.30%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165989600.410.420.351.7427.7151.18
HexA562600292A2321c33
Octal245142140051524323463
Binary101001011100010110000001010011010101000111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56260; }

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

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

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

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

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

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

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

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