#AE572E

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

Shades of Fiery Orange #AE572E

Tints of Fiery Orange #AE572E

Color information

#AE572E (or 0xAE572E) is unknown color: approx Fiery Orange. HEX triplet: AE, 57 and 2E. RGB value is (174,87,46). Sum of RGB (Red+Green+Blue) = 174+87+46=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE572E is #51A8D1. Grayscale: #6C6C6C. Windows color (decimal): -5351634 or 3037102. OLE color: 3037102.

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

Color convert

RGB1748746-
CMYK00.50.740.32
HSL19.22º58.18%43.14%-
HSV(B)19.22º73.56%68.24%-
XYZ21.3616.014.55-
YUV108.3492.82174.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=56.68%
G=28.34%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174874600.50.740.3219.2258.1843.14
HexAE572E0324A20133a2b
Octal2561275606211240237253
Binary1010111010101111011100110010100101010000010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE572E; }

 p { color: rgb(174,87,46); }

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

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

 a { background-color: rgb(174,87,46); }

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

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

 span { border-color: rgb(174,87,46); }

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