#A06060

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

Shades of Copper Rose #A06060

Tints of Copper Rose #A06060

Color information

#A06060 (or 0xA06060) is unknown color: approx Copper Rose. HEX triplet: A0, 60 and 60. RGB value is (160,96,96). Sum of RGB (Red+Green+Blue) = 160+96+96=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A06060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06060 is #5F9F9F. Grayscale: #737373. Windows color (decimal): -6266784 or 6316192. OLE color: 6316192.

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

Color convert

RGB1609696-
CMYK00.40.40.37
HSL25.2%50.2%-
HSV(B)40%62.75%-
XYZ20.7916.6813.19-
YUV115.14117.2160-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=45.45%
G=27.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160969600.40.40.37025.250.2
HexA06060028282501932
Octal240140140050504503162
Binary10100000110000011000000101000101000100101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06060; }

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

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

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

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

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

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

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

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