#AE5D2D

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

Shades of Fiery Orange #AE5D2D

Tints of Fiery Orange #AE5D2D

Color information

#AE5D2D (or 0xAE5D2D) is unknown color: approx Fiery Orange. HEX triplet: AE, 5D and 2D. RGB value is (174,93,45). Sum of RGB (Red+Green+Blue) = 174+93+45=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D2D is #51A2D2. Grayscale: #707070. Windows color (decimal): -5350099 or 2973102. OLE color: 2973102.

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

Color convert

RGB1749345-
CMYK00.470.740.32
HSL22.33º58.9%42.94%-
HSV(B)22.33º74.14%68.24%-
XYZ21.8417.024.62-
YUV111.7590.34172.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=55.77%
G=29.81%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174934500.470.740.3222.3358.942.94
HexAE5D2D02F4A20163b2b
Octal2561355505711240267353
Binary1010111010111011011010101111100101010000010110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D2D; }

 p { color: rgb(174,93,45); }

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

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

 a { background-color: rgb(174,93,45); }

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

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

 span { border-color: rgb(174,93,45); }

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