#A4605F

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

Shades of Copper Rose #A4605F

Tints of Copper Rose #A4605F

Color information

#A4605F (or 0xA4605F) is unknown color: approx Copper Rose. HEX triplet: A4, 60 and 5F. RGB value is (164,96,95). Sum of RGB (Red+Green+Blue) = 164+96+95=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4605F is #5B9FA0. Grayscale: #747474. Windows color (decimal): -6004641 or 6250660. OLE color: 6250660.

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

Color convert

RGB1649695-
CMYK00.410.420.36
HSL0.87º27.49%50.78%-
HSV(B)0.87º42.07%64.31%-
XYZ21.5617.0812.99-
YUV116.22116.03162.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=46.20%
G=27.04%
B=26.76%

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
Decimal164969500.410.420.360.8727.4950.78
HexA4605F0292A2411b33
Octal244140137051524413363
Binary10100100110000010111110101001101010100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4605F; }

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

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

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

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

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

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

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

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