#A6605D

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

Shades of Copper Rose #A6605D

Tints of Copper Rose #A6605D

Color information

#A6605D (or 0xA6605D) is unknown color: approx Copper Rose. HEX triplet: A6, 60 and 5D. RGB value is (166,96,93). Sum of RGB (Red+Green+Blue) = 166+96+93=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6605D is #599FA2. Grayscale: #747474. Windows color (decimal): -5873571 or 6119590. OLE color: 6119590.

HSL color Cylindrical-coordinate representation of color #A6605D: hue angle of 2.47º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6605D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1669693-
CMYK00.420.440.35
HSL2.47º29.08%50.78%-
HSV(B)2.47º43.98%65.1%-
XYZ21.8817.2612.53-
YUV116.59114.69163.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=46.76%
G=27.04%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166969300.420.440.352.4729.0850.78
HexA6605D02A2C2321d33
Octal246140135052544323563
Binary101001101100000101110101010101011001000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6605D; }

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

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

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

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

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

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

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

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