#aa4211

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

Shades of Rust #AA4211

Tints of Rust #AA4211

Color information

#AA4211 (or 0xAA4211) is unknown color: approx Rust. HEX triplet: AA, 42 and 11. RGB value is (170,66,17). Sum of RGB (Red+Green+Blue) = 170+66+17=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4211 is #55BDEE. Grayscale: #5B5B5B. Windows color (decimal): -5619183 or 1131178. OLE color: 1131178.

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

Color convert

RGB1706617-
CMYK00.610.90.33
HSL19.22º81.82%36.67%-
HSV(B)19.22º90%66.67%-
XYZ18.6312.481.96-
YUV91.5185.96183.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=67.19%
G=26.09%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170661700.610.90.3319.2281.8236.67
HexAA421103D5A21135225
Octal25210221075132412312245
Binary1010101010000101000101111011011010100001100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4211; }

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

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

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

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

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

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

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

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