#AE5A25

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

Shades of Fiery Orange #AE5A25

Tints of Fiery Orange #AE5A25

Color information

#AE5A25 (or 0xAE5A25) is unknown color: approx Fiery Orange. HEX triplet: AE, 5A and 25. RGB value is (174,90,37). Sum of RGB (Red+Green+Blue) = 174+90+37=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A25 is #51A5DA. Grayscale: #6D6D6D. Windows color (decimal): -5350875 or 2448046. OLE color: 2448046.

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

Color convert

RGB1749037-
CMYK00.480.790.32
HSL23.21º64.93%41.37%-
HSV(B)23.21º78.74%68.24%-
XYZ21.4516.443.79-
YUV109.0787.33174.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=57.81%
G=29.90%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174903700.480.790.3223.2164.9341.37
HexAE5A250304F20174129
Octal25613245060117402710151
Binary10101110101101010010101100001001111100000101111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A25; }

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

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

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

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

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

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

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

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