#AE5C38

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

Shades of Fiery Orange #AE5C38

Tints of Fiery Orange #AE5C38

Color information

#AE5C38 (or 0xAE5C38) is unknown color: approx Fiery Orange. HEX triplet: AE, 5C and 38. RGB value is (174,92,56). Sum of RGB (Red+Green+Blue) = 174+92+56=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C38 is #51A3C7. Grayscale: #707070. Windows color (decimal): -5350344 or 3693742. OLE color: 3693742.

HSL color Cylindrical-coordinate representation of color #AE5C38: hue angle of 18.31º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE5C38 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB1749256-
CMYK00.470.680.32
HSL18.31º51.3%45.1%-
HSV(B)18.31º67.82%68.24%-
XYZ2216.945.85-
YUV112.4196.17171.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=54.04%
G=28.57%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174925600.470.680.3218.3151.345.1
HexAE5C3802F442012332d
Octal2561347005710440226355
Binary1010111010111001110000101111100010010000010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C38; }

 p { color: rgb(174,92,56); }

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

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

 a { background-color: rgb(174,92,56); }

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

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

 span { border-color: rgb(174,92,56); }

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