#AA4711

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

Shades of Rust #AA4711

Tints of Rust #AA4711

Color information

#AA4711 (or 0xAA4711) is unknown color: approx Rust. HEX triplet: AA, 47 and 11. RGB value is (170,71,17). Sum of RGB (Red+Green+Blue) = 170+71+17=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4711 is #55B8EE. Grayscale: #5E5E5E. Windows color (decimal): -5617903 or 1132458. OLE color: 1132458.

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

Color convert

RGB1707117-
CMYK00.580.90.33
HSL21.18º81.82%36.67%-
HSV(B)21.18º90%66.67%-
XYZ18.9313.092.06-
YUV94.4484.3181.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 65.89%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=65.89%
G=27.52%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170711700.580.90.3321.1881.8236.67
HexAA471103A5A21155225
Octal25210721072132412512245
Binary1010101010001111000101110101011010100001101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4711; }

 p { color: rgb(170,71,17); }

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

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

 a { background-color: rgb(170,71,17); }

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

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

 span { border-color: rgb(170,71,17); }

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