#AE3916

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

Shades of Rust #AE3916

Tints of Rust #AE3916

Color information

#AE3916 (or 0xAE3916) is unknown color: approx Rust. HEX triplet: AE, 39 and 16. RGB value is (174,57,22). Sum of RGB (Red+Green+Blue) = 174+57+22=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3916 is #51C6E9. Grayscale: #585858. Windows color (decimal): -5359338 or 1456558. OLE color: 1456558.

HSL color Cylindrical-coordinate representation of color #AE3916: hue angle of 13.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3916 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1745722-
CMYK00.670.870.32
HSL13.82º77.55%38.43%-
HSV(B)13.82º87.36%68.24%-
XYZ19.0611.982.07-
YUV87.9990.76189.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=68.77%
G=22.53%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174572200.670.870.3213.8277.5538.43
HexAE39160435720e4e26
Octal25671260103127401611646
Binary101011101110011011001000011101011110000011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3916; }

 p { color: rgb(174,57,22); }

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

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

 a { background-color: rgb(174,57,22); }

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

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

 span { border-color: rgb(174,57,22); }

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