#A56360

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

Shades of Copper Rose #A56360

Tints of Copper Rose #A56360

Color information

#A56360 (or 0xA56360) is unknown color: approx Copper Rose. HEX triplet: A5, 63 and 60. RGB value is (165,99,96). Sum of RGB (Red+Green+Blue) = 165+99+96=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A56360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56360 is #5A9C9F. Grayscale: #767676. Windows color (decimal): -5938336 or 6316965. OLE color: 6316965.

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

Color convert

RGB1659996-
CMYK00.400.420.35
HSL2.61º27.71%51.18%-
HSV(B)2.61º41.82%64.71%-
XYZ22.0917.7713.33-
YUV118.39115.37161.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=45.83%
G=27.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165999600.400.420.352.6127.7151.18
HexA563600282A2331c33
Octal245143140050524333463
Binary101001011100011110000001010001010101000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56360; }

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

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

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

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

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

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

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

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