#AE4211

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

Shades of Rust #AE4211

Tints of Rust #AE4211

Color information

#AE4211 (or 0xAE4211) is unknown color: approx Rust. HEX triplet: AE, 42 and 11. RGB value is (174,66,17). Sum of RGB (Red+Green+Blue) = 174+66+17=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4211 is #51BDEE. Grayscale: #5D5D5D. Windows color (decimal): -5357039 or 1131182. OLE color: 1131182.

HSL color Cylindrical-coordinate representation of color #AE4211: hue angle of 18.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4211 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1746617-
CMYK00.620.900.32
HSL18.73º82.2%37.45%-
HSV(B)18.73º90.23%68.24%-
XYZ19.512.942-
YUV92.7185.28185.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 17 (7.03% from 255) = 6.61%
R=67.70%
G=25.68%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174661700.620.900.3218.7382.237.45
HexAE421103E5A20135225
Octal25610221076132402312245
Binary1010111010000101000101111101011010100000100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4211; }

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

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

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

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

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

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

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

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