#A5605F

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

Shades of Copper Rose #A5605F

Tints of Copper Rose #A5605F

Color information

#A5605F (or 0xA5605F) is unknown color: approx Copper Rose. HEX triplet: A5, 60 and 5F. RGB value is (165,96,95). Sum of RGB (Red+Green+Blue) = 165+96+95=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A5605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5605F is #5A9FA0. Grayscale: #747474. Windows color (decimal): -5939105 or 6250661. OLE color: 6250661.

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

Color convert

RGB1659695-
CMYK00.420.420.35
HSL0.86º28%50.98%-
HSV(B)0.86º42.42%64.71%-
XYZ21.7717.1913-
YUV116.52115.86162.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=46.35%
G=26.97%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165969500.420.420.350.862850.98
HexA5605F02A2A2311c33
Octal245140137052524313463
Binary10100101110000010111110101010101010100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5605F; }

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

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

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

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

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

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

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

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