#A04005

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

Shades of Rust #A04005

Tints of Rust #A04005

Color information

#A04005 (or 0xA04005) is unknown color: approx Rust. HEX triplet: A0, 40 and 05. RGB value is (160,64,5). Sum of RGB (Red+Green+Blue) = 160+64+5=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A04005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04005 is #5FBFFA. Grayscale: #565656. Windows color (decimal): -6275067 or 344224. OLE color: 344224.

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

Color convert

RGB160645-
CMYK00.60.970.37
HSL22.84º93.94%32.35%-
HSV(B)22.84º96.88%62.75%-
XYZ16.3611.151.43-
YUV85.9882.3180.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.87%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=69.87%
G=27.95%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16064500.60.970.3722.8493.9432.35
HexA040503C6125175e20
Octal2401005074141452713640
Binary10100000100000010101111001100001100101101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04005; }

 p { color: rgb(160,64,5); }

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

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

 a { background-color: rgb(160,64,5); }

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

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

 span { border-color: rgb(160,64,5); }

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