#AA4E11

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

Shades of Rust #AA4E11

Tints of Rust #AA4E11

Color information

#AA4E11 (or 0xAA4E11) is unknown color: approx Rust. HEX triplet: AA, 4E and 11. RGB value is (170,78,17). Sum of RGB (Red+Green+Blue) = 170+78+17=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E11 is #55B1EE. Grayscale: #626262. Windows color (decimal): -5616111 or 1134250. OLE color: 1134250.

HSL color Cylindrical-coordinate representation of color #AA4E11: hue angle of 23.92º 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 #AA4E11 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB1707817-
CMYK00.540.90.33
HSL23.92º81.82%36.67%-
HSV(B)23.92º90%66.67%-
XYZ19.414.042.22-
YUV98.5581.98178.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=64.15%
G=29.43%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170781700.540.90.3323.9281.8236.67
HexAA4E110365A21185225
Octal25211621066132413012245
Binary1010101010011101000101101101011010100001110001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E11; }

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

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

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

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

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

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

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

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