#A2605E

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

Shades of Copper Rose #A2605E

Tints of Copper Rose #A2605E

Color information

#A2605E (or 0xA2605E) is unknown color: approx Copper Rose. HEX triplet: A2, 60 and 5E. RGB value is (162,96,94). Sum of RGB (Red+Green+Blue) = 162+96+94=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A2605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2605E is #5D9FA1. Grayscale: #737373. Windows color (decimal): -6135714 or 6185122. OLE color: 6185122.

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

Color convert

RGB1629694-
CMYK00.410.420.36
HSL1.76º26.77%50.2%-
HSV(B)1.76º41.98%63.53%-
XYZ21.116.8612.73-
YUV115.51115.87161.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=46.02%
G=27.27%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162969400.410.420.361.7626.7750.2
HexA2605E0292A2421b32
Octal242140136051524423362
Binary101000101100000101111001010011010101001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2605E; }

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

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

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

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

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

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

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

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