#A05251

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

Shades of Copper Rust #A05251

Tints of Copper Rust #A05251

Color information

#A05251 (or 0xA05251) is unknown color: approx Copper Rust. HEX triplet: A0, 52 and 51. RGB value is (160,82,81). Sum of RGB (Red+Green+Blue) = 160+82+81=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A05251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05251 is #5FADAE. Grayscale: #696969. Windows color (decimal): -6270383 or 5329568. OLE color: 5329568.

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

Color convert

RGB1608281-
CMYK00.490.490.37
HSL0.76º32.78%47.25%-
HSV(B)0.76º49.38%62.75%-
XYZ1914.19.51-
YUV105.21114.34167.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=49.54%
G=25.39%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160828100.490.490.370.7632.7847.25
HexA0525103131251212f
Octal240122121061614514157
Binary101000001010010101000101100011100011001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05251; }

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

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

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

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

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

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

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

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