#AA4C11

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

Shades of Rust #AA4C11

Tints of Rust #AA4C11

Color information

#AA4C11 (or 0xAA4C11) is unknown color: approx Rust. HEX triplet: AA, 4C and 11. RGB value is (170,76,17). Sum of RGB (Red+Green+Blue) = 170+76+17=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C11 is #55B3EE. Grayscale: #616161. Windows color (decimal): -5616623 or 1133738. OLE color: 1133738.

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

Color convert

RGB1707617-
CMYK00.550.90.33
HSL23.14º81.82%36.67%-
HSV(B)23.14º90%66.67%-
XYZ19.2613.762.17-
YUV97.3882.64179.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.64%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=64.64%
G=28.90%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170761700.550.90.3323.1481.8236.67
HexAA4C110375A21175225
Octal25211421067132412712245
Binary1010101010011001000101101111011010100001101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4C11; }

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

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

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

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

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

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

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

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