#A3605E

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

Shades of Copper Rose #A3605E

Tints of Copper Rose #A3605E

Color information

#A3605E (or 0xA3605E) is unknown color: approx Copper Rose. HEX triplet: A3, 60 and 5E. RGB value is (163,96,94). Sum of RGB (Red+Green+Blue) = 163+96+94=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3605E is #5C9FA1. Grayscale: #737373. Windows color (decimal): -6070178 or 6185123. OLE color: 6185123.

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

Color convert

RGB1639694-
CMYK00.410.420.36
HSL1.74º27.27%50.39%-
HSV(B)1.74º42.33%63.92%-
XYZ21.3116.9612.74-
YUV115.8115.7161.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=46.18%
G=27.20%
B=26.63%

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
Decimal163969400.410.420.361.7427.2750.39
HexA3605E0292A2421b32
Octal243140136051524423362
Binary101000111100000101111001010011010101001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3605E; }

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

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

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

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

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

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

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

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