#A6615F

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

Shades of Copper Rose #A6615F

Tints of Copper Rose #A6615F

Color information

#A6615F (or 0xA6615F) is unknown color: approx Copper Rose. HEX triplet: A6, 61 and 5F. RGB value is (166,97,95). Sum of RGB (Red+Green+Blue) = 166+97+95=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6615F is #599EA0. Grayscale: #757575. Windows color (decimal): -5873313 or 6250918. OLE color: 6250918.

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

Color convert

RGB1669795-
CMYK00.420.430.35
HSL1.69º28.51%51.18%-
HSV(B)1.69º42.77%65.1%-
XYZ22.0717.4813.04-
YUV117.4115.36162.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=46.37%
G=27.09%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166979500.420.430.351.6928.5151.18
HexA6615F02A2B2321d33
Octal246141137052534323563
Binary101001101100001101111101010101010111000111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6615F; }

 p { color: rgb(166,97,95); }

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

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

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

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

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

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

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