#A04F4F

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

Shades of Copper Rust #A04F4F

Tints of Copper Rust #A04F4F

Color information

#A04F4F (or 0xA04F4F) is unknown color: approx Copper Rust. HEX triplet: A0, 4F and 4F. RGB value is (160,79,79). Sum of RGB (Red+Green+Blue) = 160+79+79=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04F4F is #5FB0B0. Grayscale: #676767. Windows color (decimal): -6271153 or 5197728. OLE color: 5197728.

HSL color Cylindrical-coordinate representation of color #A04F4F: hue angle of 0º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04F4F is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1607979-
CMYK00.510.510.37
HSL33.89%46.86%-
HSV(B)50.63%62.75%-
XYZ18.713.639.04-
YUV103.22114.34168.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 79 (31.25% from 255) = 24.84%
R=50.31%
G=24.84%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160797900.510.510.37033.8946.86
HexA04F4F03333250222f
Octal240117117063634504257
Binary101000001001111100111101100111100111001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04F4F; }

 p { color: rgb(160,79,79); }

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

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

 a { background-color: rgb(160,79,79); }

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

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

 span { border-color: rgb(160,79,79); }

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