#AE5412

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

Shades of Rust #AE5412

Tints of Rust #AE5412

Color information

#AE5412 (or 0xAE5412) is unknown color: approx Rust. HEX triplet: AE, 54 and 12. RGB value is (174,84,18). Sum of RGB (Red+Green+Blue) = 174+84+18=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5412 is #51ABED. Grayscale: #676767. Windows color (decimal): -5352430 or 1201326. OLE color: 1201326.

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

Color convert

RGB1748418-
CMYK00.520.900.32
HSL25.38º81.25%37.65%-
HSV(B)25.38º89.66%68.24%-
XYZ20.7415.382.45-
YUV103.3979.82178.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=63.04%
G=30.43%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174841800.520.900.3225.3881.2537.65
HexAE54120345A20195126
Octal25612422064132403112146
Binary1010111010101001001001101001011010100000110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5412; }

 p { color: rgb(174,84,18); }

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

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

 a { background-color: rgb(174,84,18); }

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

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

 span { border-color: rgb(174,84,18); }

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