#A9480A

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

Shades of Rust #A9480A

Tints of Rust #A9480A

Color information

#A9480A (or 0xA9480A) is unknown color: approx Rust. HEX triplet: A9, 48 and 0A. RGB value is (169,72,10). Sum of RGB (Red+Green+Blue) = 169+72+10=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A9480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9480A is #56B7F5. Grayscale: #5E5E5E. Windows color (decimal): -5683190 or 673961. OLE color: 673961.

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

Color convert

RGB1697210-
CMYK00.570.940.34
HSL23.4º88.83%35.1%-
HSV(B)23.4º94.08%66.27%-
XYZ18.7313.091.83-
YUV93.9380.64181.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=67.33%
G=28.69%
B=3.98%

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
Decimal169721000.570.940.3423.488.8335.1
HexA948A0395E22175923
Octal25111012071136422713143
Binary101010011001000101001110011011110100010101111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9480A; }

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

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

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

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

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

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

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

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