#A05A55

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

Shades of Copper Rust #A05A55

Tints of Copper Rust #A05A55

Color information

#A05A55 (or 0xA05A55) is unknown color: approx Copper Rust. HEX triplet: A0, 5A and 55. RGB value is (160,90,85). Sum of RGB (Red+Green+Blue) = 160+90+85=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A55 is #5FA5AA. Grayscale: #6E6E6E. Windows color (decimal): -6268331 or 5593760. OLE color: 5593760.

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

Color convert

RGB1609085-
CMYK00.440.470.37
HSL30.61%48.04%-
HSV(B)46.88%62.75%-
XYZ19.7915.4410.53-
YUV110.36113.69163.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=47.76%
G=26.87%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160908500.440.470.37430.6148.04
HexA05A5502C2F2541f30
Octal240132125054574543760
Binary1010000010110101010101010110010111110010110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A55; }

 p { color: rgb(160,90,85); }

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

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

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

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

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

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

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