#A2605D

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

Shades of Copper Rose #A2605D

Tints of Copper Rose #A2605D

Color information

#A2605D (or 0xA2605D) is unknown color: approx Copper Rose. HEX triplet: A2, 60 and 5D. RGB value is (162,96,93). Sum of RGB (Red+Green+Blue) = 162+96+93=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2605D is #5D9FA2. Grayscale: #737373. Windows color (decimal): -6135715 or 6119586. OLE color: 6119586.

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

Color convert

RGB1629693-
CMYK00.410.430.36
HSL2.61º27.06%50%-
HSV(B)2.61º42.59%63.53%-
XYZ21.0616.8412.5-
YUV115.39115.37161.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=46.15%
G=27.35%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162969300.410.430.362.6127.0650
HexA2605D0292B2431b32
Octal242140135051534433362
Binary101000101100000101110101010011010111001001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2605D; }

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

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

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

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

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

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

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

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