#AE562E

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

Shades of Fiery Orange #AE562E

Tints of Fiery Orange #AE562E

Color information

#AE562E (or 0xAE562E) is unknown color: approx Fiery Orange. HEX triplet: AE, 56 and 2E. RGB value is (174,86,46). Sum of RGB (Red+Green+Blue) = 174+86+46=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE562E is #51A9D1. Grayscale: #6C6C6C. Windows color (decimal): -5351890 or 3036846. OLE color: 3036846.

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

Color convert

RGB1748646-
CMYK00.510.740.32
HSL18.75º58.18%43.14%-
HSV(B)18.75º73.56%68.24%-
XYZ21.2815.854.52-
YUV107.7593.15175.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=56.86%
G=28.10%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174864600.510.740.3218.7558.1843.14
HexAE562E0334A20133a2b
Octal2561265606311240237253
Binary1010111010101101011100110011100101010000010011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE562E; }

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

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

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

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

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

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

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

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