#AE5E2B

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

Shades of Fiery Orange #AE5E2B

Tints of Fiery Orange #AE5E2B

Color information

#AE5E2B (or 0xAE5E2B) is unknown color: approx Fiery Orange. HEX triplet: AE, 5E and 2B. RGB value is (174,94,43). Sum of RGB (Red+Green+Blue) = 174+94+43=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E2B is #51A1D4. Grayscale: #707070. Windows color (decimal): -5349845 or 2842286. OLE color: 2842286.

HSL color Cylindrical-coordinate representation of color #AE5E2B: hue angle of 23.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE5E2B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1749443-
CMYK00.460.750.32
HSL23.36º60.37%42.55%-
HSV(B)23.36º75.29%68.24%-
XYZ21.8917.184.45-
YUV112.1189172.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 94 (37.11% from 255) = 30.23%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=55.95%
G=30.23%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174944300.460.750.3223.3660.3742.55
HexAE5E2B02E4B20173c2b
Octal2561365305611340277453
Binary1010111010111101010110101110100101110000010111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E2B; }

 p { color: rgb(174,94,43); }

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

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

 a { background-color: rgb(174,94,43); }

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

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

 span { border-color: rgb(174,94,43); }

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