#A6615E

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

Shades of Copper Rose #A6615E

Tints of Copper Rose #A6615E

Color information

#A6615E (or 0xA6615E) is unknown color: approx Copper Rose. HEX triplet: A6, 61 and 5E. RGB value is (166,97,94). Sum of RGB (Red+Green+Blue) = 166+97+94=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6615E is #599EA1. Grayscale: #757575. Windows color (decimal): -5873314 or 6185382. OLE color: 6185382.

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

Color convert

RGB1669794-
CMYK00.420.430.35
HSL2.5º28.8%50.98%-
HSV(B)2.5º43.37%65.1%-
XYZ22.0217.4612.8-
YUV117.29114.86162.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=46.50%
G=27.17%
B=26.33%

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
Decimal166979400.420.430.352.528.850.98
HexA6615E02A2B2331d33
Octal246141136052534333563
Binary101001101100001101111001010101010111000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6615E; }

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

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

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

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

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

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

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

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