#AE5E1E

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

Shades of Fiery Orange #AE5E1E

Tints of Fiery Orange #AE5E1E

Color information

#AE5E1E (or 0xAE5E1E) is unknown color: approx Fiery Orange. HEX triplet: AE, 5E and 1E. RGB value is (174,94,30). Sum of RGB (Red+Green+Blue) = 174+94+30=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1E is #51A1E1. Grayscale: #6E6E6E. Windows color (decimal): -5349858 or 1990318. OLE color: 1990318.

HSL color Cylindrical-coordinate representation of color #AE5E1E: hue angle of 26.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE5E1E is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1749430-
CMYK00.460.830.32
HSL26.67º70.59%40%-
HSV(B)26.67º82.76%68.24%-
XYZ21.6917.13.39-
YUV110.6282.5173.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=58.39%
G=31.54%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174943000.460.830.3226.6770.5940
HexAE5E1E02E53201b4728
Octal25613636056123403310750
Binary1010111010111101111001011101010011100000110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E1E; }

 p { color: rgb(174,94,30); }

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

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

 a { background-color: rgb(174,94,30); }

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

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

 span { border-color: rgb(174,94,30); }

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