#A5605D

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

Shades of Copper Rose #A5605D

Tints of Copper Rose #A5605D

Color information

#A5605D (or 0xA5605D) is unknown color: approx Copper Rose. HEX triplet: A5, 60 and 5D. RGB value is (165,96,93). Sum of RGB (Red+Green+Blue) = 165+96+93=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5605D is #5A9FA2. Grayscale: #747474. Windows color (decimal): -5939107 or 6119589. OLE color: 6119589.

HSL color Cylindrical-coordinate representation of color #A5605D: hue angle of 2.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5605D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1659693-
CMYK00.420.440.35
HSL2.5º28.57%50.59%-
HSV(B)2.5º43.64%64.71%-
XYZ21.6817.1612.52-
YUV116.29114.86162.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=46.61%
G=27.12%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165969300.420.440.352.528.5750.59
HexA5605D02A2C2331d33
Octal245140135052544333563
Binary101001011100000101110101010101011001000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5605D; }

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

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

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

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

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

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

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

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