#A66060

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

Shades of Copper Rose #A66060

Tints of Copper Rose #A66060

Color information

#A66060 (or 0xA66060) is unknown color: approx Copper Rose. HEX triplet: A6, 60 and 60. RGB value is (166,96,96). Sum of RGB (Red+Green+Blue) = 166+96+96=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A66060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66060 is #599F9F. Grayscale: #757575. Windows color (decimal): -5873568 or 6316198. OLE color: 6316198.

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

Color convert

RGB1669696-
CMYK00.420.420.35
HSL28.23%51.37%-
HSV(B)42.17%65.1%-
XYZ22.0217.3213.25-
YUV116.93116.19163-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=46.37%
G=26.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166969600.420.420.35028.2351.37
HexA6606002A2A2301c33
Octal246140140052524303463
Binary10100110110000011000000101010101010100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66060; }

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

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

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

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

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

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

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

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