#AE5E36

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

Shades of Fiery Orange #AE5E36

Tints of Fiery Orange #AE5E36

Color information

#AE5E36 (or 0xAE5E36) is unknown color: approx Fiery Orange. HEX triplet: AE, 5E and 36. RGB value is (174,94,54). Sum of RGB (Red+Green+Blue) = 174+94+54=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E36 is #51A1C9. Grayscale: #717171. Windows color (decimal): -5349834 or 3563182. OLE color: 3563182.

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

Color convert

RGB1749454-
CMYK00.460.690.32
HSL20º52.63%44.71%-
HSV(B)20º68.97%68.24%-
XYZ22.1217.275.66-
YUV113.3694.5171.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=54.04%
G=29.19%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174945400.460.690.322052.6344.71
HexAE5E3602E452014352d
Octal2561366605610540246555
Binary1010111010111101101100101110100010110000010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E36; }

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

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

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

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

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

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

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

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