#AE5C1F

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

Shades of Fiery Orange #AE5C1F

Tints of Fiery Orange #AE5C1F

Color information

#AE5C1F (or 0xAE5C1F) is unknown color: approx Fiery Orange. HEX triplet: AE, 5C and 1F. RGB value is (174,92,31). Sum of RGB (Red+Green+Blue) = 174+92+31=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C1F is #51A3E0. Grayscale: #6D6D6D. Windows color (decimal): -5350369 or 2055342. OLE color: 2055342.

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

Color convert

RGB1749231-
CMYK00.470.820.32
HSL25.59º69.76%40.2%-
HSV(B)25.59º82.18%68.24%-
XYZ21.5316.753.4-
YUV109.5683.67173.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.59%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=58.59%
G=30.98%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174923100.470.820.3225.5969.7640.2
HexAE5C1F02F52201a4628
Octal25613437057122403210650
Binary1010111010111001111101011111010010100000110101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5C1F; }

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

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

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

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

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

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

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

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