#A9490A

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

Shades of Rust #A9490A

Tints of Rust #A9490A

Color information

#A9490A (or 0xA9490A) is unknown color: approx Rust. HEX triplet: A9, 49 and 0A. RGB value is (169,73,10). Sum of RGB (Red+Green+Blue) = 169+73+10=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A9490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9490A is #56B6F5. Grayscale: #5E5E5E. Windows color (decimal): -5682934 or 674217. OLE color: 674217.

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

Color convert

RGB1697310-
CMYK00.570.940.34
HSL23.77º88.83%35.1%-
HSV(B)23.77º94.08%66.27%-
XYZ18.813.221.85-
YUV94.5280.3181.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.06%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=67.06%
G=28.97%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169731000.570.940.3423.7788.8335.1
HexA949A0395E22185923
Octal25111112071136423013143
Binary101010011001001101001110011011110100010110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9490A; }

 p { color: rgb(169,73,10); }

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

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

 a { background-color: rgb(169,73,10); }

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

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

 span { border-color: rgb(169,73,10); }

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