#AE4A19

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

Shades of Rust #AE4A19

Tints of Rust #AE4A19

Color information

#AE4A19 (or 0xAE4A19) is unknown color: approx Rust. HEX triplet: AE, 4A and 19. RGB value is (174,74,25). Sum of RGB (Red+Green+Blue) = 174+74+25=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A19 is #51B5E6. Grayscale: #626262. Windows color (decimal): -5354983 or 1657518. OLE color: 1657518.

HSL color Cylindrical-coordinate representation of color #AE4A19: hue angle of 19.73º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4A19 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1747425-
CMYK00.570.860.32
HSL19.73º74.87%39.02%-
HSV(B)19.73º85.63%68.24%-
XYZ20.0813.972.56-
YUV98.3186.63181.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 74 (29.30% from 255) = 27.11%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=63.74%
G=27.11%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174742500.570.860.3219.7374.8739.02
HexAE4A190395620144b27
Octal25611231071126402411347
Binary1010111010010101100101110011010110100000101001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A19; }

 p { color: rgb(174,74,25); }

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

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

 a { background-color: rgb(174,74,25); }

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

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

 span { border-color: rgb(174,74,25); }

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