#AE4615

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

Shades of Rust #AE4615

Tints of Rust #AE4615

Color information

#AE4615 (or 0xAE4615) is unknown color: approx Rust. HEX triplet: AE, 46 and 15. RGB value is (174,70,21). Sum of RGB (Red+Green+Blue) = 174+70+21=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4615 is #51B9EA. Grayscale: #5F5F5F. Windows color (decimal): -5356011 or 1394350. OLE color: 1394350.

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

Color convert

RGB1747021-
CMYK00.600.880.32
HSL19.22º78.46%38.24%-
HSV(B)19.22º87.93%68.24%-
XYZ19.7813.432.26-
YUV95.5185.96183.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=65.66%
G=26.42%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174702100.600.880.3219.2278.4638.24
HexAE461503C5820134e26
Octal25610625074130402311646
Binary1010111010001101010101111001011000100000100111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4615; }

 p { color: rgb(174,70,21); }

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

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

 a { background-color: rgb(174,70,21); }

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

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

 span { border-color: rgb(174,70,21); }

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