#AA4411

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

Shades of Rust #AA4411

Tints of Rust #AA4411

Color information

#AA4411 (or 0xAA4411) is unknown color: approx Rust. HEX triplet: AA, 44 and 11. RGB value is (170,68,17). Sum of RGB (Red+Green+Blue) = 170+68+17=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4411 is #55BBEE. Grayscale: #5C5C5C. Windows color (decimal): -5618671 or 1131690. OLE color: 1131690.

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

Color convert

RGB1706817-
CMYK00.60.90.33
HSL20º81.82%36.67%-
HSV(B)20º90%66.67%-
XYZ18.7512.722-
YUV92.6885.29183.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.67%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=66.67%
G=26.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170681700.60.90.332081.8236.67
HexAA441103C5A21145225
Octal25210421074132412412245
Binary1010101010001001000101111001011010100001101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4411; }

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

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

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

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

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

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

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

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