#ae5a26

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

Shades of Fiery Orange #AE5A26

Tints of Fiery Orange #AE5A26

Color information

#AE5A26 (or 0xAE5A26) is unknown color: approx Fiery Orange. HEX triplet: AE, 5A and 26. RGB value is (174,90,38). Sum of RGB (Red+Green+Blue) = 174+90+38=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5A26 is #51A5D9. Grayscale: #6D6D6D. Windows color (decimal): -5350874 or 2513582. OLE color: 2513582.

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

Color convert

RGB1749038-
CMYK00.480.780.32
HSL22.94º64.15%41.57%-
HSV(B)22.94º78.16%68.24%-
XYZ21.4616.453.88-
YUV109.1987.83174.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=57.62%
G=29.80%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174903800.480.780.3222.9464.1541.57
HexAE5A260304E2017402a
Octal25613246060116402710052
Binary10101110101101010011001100001001110100000101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5a26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5a26; }

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

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

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

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

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

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

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

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