#a05954

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

Shades of Copper Rust #A05954

Tints of Copper Rust #A05954

Color information

#A05954 (or 0xA05954) is unknown color: approx Copper Rust. HEX triplet: A0, 59 and 54. RGB value is (160,89,84). Sum of RGB (Red+Green+Blue) = 160+89+84=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05954 is #5FA6AB. Grayscale: #6D6D6D. Windows color (decimal): -6268588 or 5527968. OLE color: 5527968.

HSL color Cylindrical-coordinate representation of color #A05954: hue angle of 3.95º 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 #A05954 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1608984-
CMYK00.440.480.37
HSL3.95º31.15%47.84%-
HSV(B)3.95º47.5%62.75%-
XYZ19.6715.2610.3-
YUV109.66113.52163.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=48.05%
G=26.73%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160898400.440.480.373.9531.1547.84
HexA0595402C302541f30
Octal240131124054604543760
Binary1010000010110011010100010110011000010010110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05954; }

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

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

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

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

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

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

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

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