#AE4E11

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

Shades of Rust #AE4E11

Tints of Rust #AE4E11

Color information

#AE4E11 (or 0xAE4E11) is unknown color: approx Rust. HEX triplet: AE, 4E and 11. RGB value is (174,78,17). Sum of RGB (Red+Green+Blue) = 174+78+17=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E11 is #51B1EE. Grayscale: #646464. Windows color (decimal): -5353967 or 1134254. OLE color: 1134254.

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

Color convert

RGB1747817-
CMYK00.550.900.32
HSL23.31º82.2%37.45%-
HSV(B)23.31º90.23%68.24%-
XYZ20.2814.492.26-
YUV99.7581.3180.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=64.68%
G=29.00%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174781700.550.900.3223.3182.237.45
HexAE4E110375A20175225
Octal25611621067132402712245
Binary1010111010011101000101101111011010100000101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E11; }

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

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

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

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

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

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

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

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