#A26560

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

Shades of Copper Rose #A26560

Tints of Copper Rose #A26560

Color information

#A26560 (or 0xA26560) is unknown color: approx Copper Rose. HEX triplet: A2, 65 and 60. RGB value is (162,101,96). Sum of RGB (Red+Green+Blue) = 162+101+96=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26560 is #5D9A9F. Grayscale: #767676. Windows color (decimal): -6134432 or 6317474. OLE color: 6317474.

HSL color Cylindrical-coordinate representation of color #A26560: hue angle of 4.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A26560 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16210196-
CMYK00.380.410.36
HSL4.55º26.19%50.59%-
HSV(B)4.55º40.74%63.53%-
XYZ21.6717.8313.37-
YUV118.67115.21158.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=45.13%
G=28.13%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621019600.380.410.364.5526.1950.59
HexA26560026292451a33
Octal242145140046514453263
Binary1010001011001011100000010011010100110010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26560; }

 p { color: rgb(162,101,96); }

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

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

 a { background-color: rgb(162,101,96); }

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

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

 span { border-color: rgb(162,101,96); }

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