#A05453

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

Shades of Copper Rust #A05453

Tints of Copper Rust #A05453

Color information

#A05453 (or 0xA05453) is unknown color: approx Copper Rust. HEX triplet: A0, 54 and 53. RGB value is (160,84,83). Sum of RGB (Red+Green+Blue) = 160+84+83=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A05453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05453 is #5FABAC. Grayscale: #6A6A6A. Windows color (decimal): -6269869 or 5461152. OLE color: 5461152.

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

Color convert

RGB1608483-
CMYK00.480.480.37
HSL0.78º31.69%47.65%-
HSV(B)0.78º48.12%62.75%-
XYZ19.2314.449.96-
YUV106.61114.68166.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.93%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=48.93%
G=25.69%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160848300.480.480.370.7831.6947.65
HexA05453030302512030
Octal240124123060604514060
Binary101000001010100101001101100001100001001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05453; }

 p { color: rgb(160,84,83); }

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

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

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

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

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

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

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