#A2605F

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

Shades of Copper Rose #A2605F

Tints of Copper Rose #A2605F

Color information

#A2605F (or 0xA2605F) is unknown color: approx Copper Rose. HEX triplet: A2, 60 and 5F. RGB value is (162,96,95). Sum of RGB (Red+Green+Blue) = 162+96+95=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2605F is #5D9FA0. Grayscale: #737373. Windows color (decimal): -6135713 or 6250658. OLE color: 6250658.

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

Color convert

RGB1629695-
CMYK00.410.410.36
HSL0.9º26.48%50.39%-
HSV(B)0.9º41.36%63.53%-
XYZ21.1516.8712.97-
YUV115.62116.37161.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=45.89%
G=27.20%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162969500.410.410.360.926.4850.39
HexA2605F029292411a32
Octal242140137051514413262
Binary10100010110000010111110101001101001100100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2605F; }

 p { color: rgb(162,96,95); }

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

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

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

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

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

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

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