#A06260

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

Shades of Copper Rose #A06260

Tints of Copper Rose #A06260

Color information

#A06260 (or 0xA06260) is unknown color: approx Copper Rose. HEX triplet: A0, 62 and 60. RGB value is (160,98,96). Sum of RGB (Red+Green+Blue) = 160+98+96=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A06260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06260 is #5F9D9F. Grayscale: #747474. Windows color (decimal): -6266272 or 6316704. OLE color: 6316704.

HSL color Cylindrical-coordinate representation of color #A06260: hue angle of 1.88º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06260 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1609896-
CMYK00.390.40.37
HSL1.88º25.2%50.2%-
HSV(B)1.88º40%62.75%-
XYZ20.9817.0513.25-
YUV116.31116.54159.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=45.20%
G=27.68%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160989600.390.40.371.8825.250.2
HexA06260027282521932
Octal240142140047504523162
Binary101000001100010110000001001111010001001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06260; }

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

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

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

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

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

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

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

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