#AE5312

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

Shades of Rust #AE5312

Tints of Rust #AE5312

Color information

#AE5312 (or 0xAE5312) is unknown color: approx Rust. HEX triplet: AE, 53 and 12. RGB value is (174,83,18). Sum of RGB (Red+Green+Blue) = 174+83+18=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5312 is #51ACED. Grayscale: #676767. Windows color (decimal): -5352686 or 1201070. OLE color: 1201070.

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

Color convert

RGB1748318-
CMYK00.520.900.32
HSL25º81.25%37.65%-
HSV(B)25º89.66%68.24%-
XYZ20.6615.232.42-
YUV102.880.15178.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=63.27%
G=30.18%
B=6.55%

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
Decimal174831800.520.900.322581.2537.65
HexAE53120345A20195126
Octal25612322064132403112146
Binary1010111010100111001001101001011010100000110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5312; }

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

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

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

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

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

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

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

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