#AE5A2C

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

Shades of Fiery Orange #AE5A2C

Tints of Fiery Orange #AE5A2C

Color information

#AE5A2C (or 0xAE5A2C) is unknown color: approx Fiery Orange. HEX triplet: AE, 5A and 2C. RGB value is (174,90,44). Sum of RGB (Red+Green+Blue) = 174+90+44=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A2C is #51A5D3. Grayscale: #6E6E6E. Windows color (decimal): -5350868 or 2906798. OLE color: 2906798.

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

Color convert

RGB1749044-
CMYK00.480.750.32
HSL21.23º59.63%42.75%-
HSV(B)21.23º74.71%68.24%-
XYZ21.5716.494.43-
YUV109.8790.83173.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=56.49%
G=29.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174904400.480.750.3221.2359.6342.75
HexAE5A2C0304B20153c2b
Octal2561325406011340257453
Binary1010111010110101011000110000100101110000010101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A2C; }

 p { color: rgb(174,90,44); }

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

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

 a { background-color: rgb(174,90,44); }

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

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

 span { border-color: rgb(174,90,44); }

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