#A05351

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

Shades of Copper Rust #A05351

Tints of Copper Rust #A05351

Color information

#A05351 (or 0xA05351) is unknown color: approx Copper Rust. HEX triplet: A0, 53 and 51. RGB value is (160,83,81). Sum of RGB (Red+Green+Blue) = 160+83+81=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A05351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05351 is #5FACAE. Grayscale: #696969. Windows color (decimal): -6270127 or 5329824. OLE color: 5329824.

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

Color convert

RGB1608381-
CMYK00.480.490.37
HSL1.52º32.78%47.25%-
HSV(B)1.52º49.38%62.75%-
XYZ19.0814.259.53-
YUV105.79114.01166.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.38%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 81 (32.03% from 255) = 25%
R=49.38%
G=25.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160838100.480.490.371.5232.7847.25
HexA0535103031252212f
Octal240123121060614524157
Binary1010000010100111010001011000011000110010110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05351; }

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

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

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

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

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

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

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

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