#AA480F

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

Shades of Rust #AA480F

Tints of Rust #AA480F

Color information

#AA480F (or 0xAA480F) is unknown color: approx Rust. HEX triplet: AA, 48 and 0F. RGB value is (170,72,15). Sum of RGB (Red+Green+Blue) = 170+72+15=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA480F is #55B7F0. Grayscale: #5F5F5F. Windows color (decimal): -5617649 or 1001642. OLE color: 1001642.

HSL color Cylindrical-coordinate representation of color #AA480F: hue angle of 22.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA480F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB1707215-
CMYK00.580.910.33
HSL22.06º83.78%36.27%-
HSV(B)22.06º91.18%66.67%-
XYZ18.9813.222-
YUV94.882.97181.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.15%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=66.15%
G=28.02%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170721500.580.910.3322.0683.7836.27
HexAA48F03A5B21165424
Octal25211017072133412612444
Binary101010101001000111101110101011011100001101101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA480F; }

 p { color: rgb(170,72,15); }

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

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

 a { background-color: rgb(170,72,15); }

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

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

 span { border-color: rgb(170,72,15); }

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