#AE592D

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

Shades of Fiery Orange #AE592D

Tints of Fiery Orange #AE592D

Color information

#AE592D (or 0xAE592D) is unknown color: approx Fiery Orange. HEX triplet: AE, 59 and 2D. RGB value is (174,89,45). Sum of RGB (Red+Green+Blue) = 174+89+45=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE592D is #51A6D2. Grayscale: #6D6D6D. Windows color (decimal): -5351123 or 2972078. OLE color: 2972078.

HSL color Cylindrical-coordinate representation of color #AE592D: hue angle of 20.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE592D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1748945-
CMYK00.490.740.32
HSL20.47º58.9%42.94%-
HSV(B)20.47º74.14%68.24%-
XYZ21.516.334.5-
YUV109.491.66174.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=56.49%
G=28.90%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174894500.490.740.3220.4758.942.94
HexAE592D0314A20143b2b
Octal2561315506111240247353
Binary1010111010110011011010110001100101010000010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE592D; }

 p { color: rgb(174,89,45); }

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

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

 a { background-color: rgb(174,89,45); }

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

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

 span { border-color: rgb(174,89,45); }

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