#AE5E2A

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

Shades of Fiery Orange #AE5E2A

Tints of Fiery Orange #AE5E2A

Color information

#AE5E2A (or 0xAE5E2A) is unknown color: approx Fiery Orange. HEX triplet: AE, 5E and 2A. RGB value is (174,94,42). Sum of RGB (Red+Green+Blue) = 174+94+42=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E2A is #51A1D5. Grayscale: #707070. Windows color (decimal): -5349846 or 2776750. OLE color: 2776750.

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

Color convert

RGB1749442-
CMYK00.460.760.32
HSL23.64º61.11%42.35%-
HSV(B)23.64º75.86%68.24%-
XYZ21.8817.174.35-
YUV111.9988.5172.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=56.13%
G=30.32%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174944200.460.760.3223.6461.1142.35
HexAE5E2A02E4C20183d2a
Octal2561365205611440307552
Binary1010111010111101010100101110100110010000011000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5E2A; }

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

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

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

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

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

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

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

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