#A26060

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

Shades of Copper Rose #A26060

Tints of Copper Rose #A26060

Color information

#A26060 (or 0xA26060) is unknown color: approx Copper Rose. HEX triplet: A2, 60 and 60. RGB value is (162,96,96). Sum of RGB (Red+Green+Blue) = 162+96+96=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A26060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26060 is #5D9F9F. Grayscale: #737373. Windows color (decimal): -6135712 or 6316194. OLE color: 6316194.

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

Color convert

RGB1629696-
CMYK00.410.410.36
HSL26.19%50.59%-
HSV(B)40.74%63.53%-
XYZ21.1916.8913.21-
YUV115.73116.87161-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=45.76%
G=27.12%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162969600.410.410.36026.1950.59
HexA26060029292401a33
Octal242140140051514403263
Binary10100010110000011000000101001101001100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26060; }

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

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

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

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

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

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

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

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