#AE5A20

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

Shades of Fiery Orange #AE5A20

Tints of Fiery Orange #AE5A20

Color information

#AE5A20 (or 0xAE5A20) is unknown color: approx Fiery Orange. HEX triplet: AE, 5A and 20. RGB value is (174,90,32). Sum of RGB (Red+Green+Blue) = 174+90+32=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A20 is #51A5DF. Grayscale: #6C6C6C. Windows color (decimal): -5350880 or 2120366. OLE color: 2120366.

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

Color convert

RGB1749032-
CMYK00.480.820.32
HSL24.51º68.93%40.39%-
HSV(B)24.51º81.61%68.24%-
XYZ21.3716.423.41-
YUV108.584.83174.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 32 (12.89% from 255) = 10.81%
R=58.78%
G=30.41%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174903200.480.820.3224.5168.9340.39
HexAE5A200305220194528
Octal25613240060122403110550
Binary10101110101101010000001100001010010100000110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A20; }

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

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

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

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

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

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

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

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