#A4460A

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

Shades of Rust #A4460A

Tints of Rust #A4460A

Color information

#A4460A (or 0xA4460A) is unknown color: approx Rust. HEX triplet: A4, 46 and 0A. RGB value is (164,70,10). Sum of RGB (Red+Green+Blue) = 164+70+10=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A4460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4460A is #5BB9F5. Grayscale: #5B5B5B. Windows color (decimal): -6011382 or 673444. OLE color: 673444.

HSL color Cylindrical-coordinate representation of color #A4460A: hue angle of 23.38º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4460A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1647010-
CMYK00.570.940.36
HSL23.38º88.51%34.12%-
HSV(B)23.38º93.9%64.31%-
XYZ17.5512.291.74-
YUV91.2782.14179.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.21%
GREEN value IS 70 (27.73% from 255) = 28.69%
BLUE value IS 10 (4.30% from 255) = 4.10%
R=67.21%
G=28.69%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164701000.570.940.3623.3888.5134.12
HexA446A0395E24175922
Octal24410612071136442713142
Binary101001001000110101001110011011110100100101111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4460A; }

 p { color: rgb(164,70,10); }

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

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

 a { background-color: rgb(164,70,10); }

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

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

 span { border-color: rgb(164,70,10); }

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