#A9470A

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

Shades of Rust #A9470A

Tints of Rust #A9470A

Color information

#A9470A (or 0xA9470A) is unknown color: approx Rust. HEX triplet: A9, 47 and 0A. RGB value is (169,71,10). Sum of RGB (Red+Green+Blue) = 169+71+10=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A9470A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9470A is #56B8F5. Grayscale: #5D5D5D. Windows color (decimal): -5683446 or 673705. OLE color: 673705.

HSL color Cylindrical-coordinate representation of color #A9470A: hue angle of 23.02º 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 #A9470A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB1697110-
CMYK00.580.940.34
HSL23.02º88.83%35.1%-
HSV(B)23.02º94.08%66.27%-
XYZ18.6712.961.81-
YUV93.3580.97181.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.6%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 10 (4.30% from 255) = 4%
R=67.6%
G=28.4%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169711000.580.940.3423.0288.8335.1
HexA947A03A5E22175923
Octal25110712072136422713143
Binary101010011000111101001110101011110100010101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9470A; }

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

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

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

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

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

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

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

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