#AE5B2C

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

Shades of Fiery Orange #AE5B2C

Tints of Fiery Orange #AE5B2C

Color information

#AE5B2C (or 0xAE5B2C) is unknown color: approx Fiery Orange. HEX triplet: AE, 5B and 2C. RGB value is (174,91,44). Sum of RGB (Red+Green+Blue) = 174+91+44=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B2C is #51A4D3. Grayscale: #6E6E6E. Windows color (decimal): -5350612 or 2907054. OLE color: 2907054.

HSL color Cylindrical-coordinate representation of color #AE5B2C: hue angle of 21.69º 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 #AE5B2C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1749144-
CMYK00.480.750.32
HSL21.69º59.63%42.75%-
HSV(B)21.69º74.71%68.24%-
XYZ21.6516.664.46-
YUV110.4690.5173.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=56.31%
G=29.45%
B=14.24%

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
Decimal174914400.480.750.3221.6959.6342.75
HexAE5B2C0304B20163c2b
Octal2561335406011340267453
Binary1010111010110111011000110000100101110000010110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B2C; }

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

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

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

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

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

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

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

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