#AE5B25

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

Shades of Fiery Orange #AE5B25

Tints of Fiery Orange #AE5B25

Color information

#AE5B25 (or 0xAE5B25) is unknown color: approx Fiery Orange. HEX triplet: AE, 5B and 25. RGB value is (174,91,37). Sum of RGB (Red+Green+Blue) = 174+91+37=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5B25 is #51A4DA. Grayscale: #6D6D6D. Windows color (decimal): -5350619 or 2448302. OLE color: 2448302.

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

Color convert

RGB1749137-
CMYK00.480.790.32
HSL23.65º64.93%41.37%-
HSV(B)23.65º78.74%68.24%-
XYZ21.5316.613.82-
YUV109.6687173.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=57.62%
G=30.13%
B=12.25%

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
Decimal174913700.480.790.3223.6564.9341.37
HexAE5B250304F20184129
Octal25613345060117403010151
Binary10101110101101110010101100001001111100000110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5B25; }

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

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

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

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

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

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

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

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