#AE572C

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

Shades of Fiery Orange #AE572C

Tints of Fiery Orange #AE572C

Color information

#AE572C (or 0xAE572C) is unknown color: approx Fiery Orange. HEX triplet: AE, 57 and 2C. RGB value is (174,87,44). Sum of RGB (Red+Green+Blue) = 174+87+44=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE572C is #51A8D3. Grayscale: #6C6C6C. Windows color (decimal): -5351636 or 2906030. OLE color: 2906030.

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

Color convert

RGB1748744-
CMYK00.50.750.32
HSL19.85º59.63%42.75%-
HSV(B)19.85º74.71%68.24%-
XYZ21.32164.35-
YUV108.1191.82175-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=57.05%
G=28.52%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174874400.50.750.3219.8559.6342.75
HexAE572C0324B20143c2b
Octal2561275406211340247453
Binary1010111010101111011000110010100101110000010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE572C; }

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

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

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

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

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

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

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

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