#AA4511

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

Shades of Rust #AA4511

Tints of Rust #AA4511

Color information

#AA4511 (or 0xAA4511) is unknown color: approx Rust. HEX triplet: AA, 45 and 11. RGB value is (170,69,17). Sum of RGB (Red+Green+Blue) = 170+69+17=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4511 is #55BAEE. Grayscale: #5D5D5D. Windows color (decimal): -5618415 or 1131946. OLE color: 1131946.

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

Color convert

RGB1706917-
CMYK00.590.90.33
HSL20.39º81.82%36.67%-
HSV(B)20.39º90%66.67%-
XYZ18.8112.842.02-
YUV93.2784.96182.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=66.41%
G=26.95%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170691700.590.90.3320.3981.8236.67
HexAA451103B5A21145225
Octal25210521073132412412245
Binary1010101010001011000101110111011010100001101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4511; }

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

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

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

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

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

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

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

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