#A2615E

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

Shades of Copper Rose #A2615E

Tints of Copper Rose #A2615E

Color information

#A2615E (or 0xA2615E) is unknown color: approx Copper Rose. HEX triplet: A2, 61 and 5E. RGB value is (162,97,94). Sum of RGB (Red+Green+Blue) = 162+97+94=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2615E is #5D9EA1. Grayscale: #747474. Windows color (decimal): -6135458 or 6185378. OLE color: 6185378.

HSL color Cylindrical-coordinate representation of color #A2615E: hue angle of 2.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2615E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1629794-
CMYK00.400.420.36
HSL2.65º26.77%50.2%-
HSV(B)2.65º41.98%63.53%-
XYZ21.217.0412.76-
YUV116.09115.53160.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=45.89%
G=27.48%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162979400.400.420.362.6526.7750.2
HexA2615E0282A2431b32
Octal242141136050524433362
Binary101000101100001101111001010001010101001001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2615E; }

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

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

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

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

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

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

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

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