#AE5D2F

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

Shades of Fiery Orange #AE5D2F

Tints of Fiery Orange #AE5D2F

Color information

#AE5D2F (or 0xAE5D2F) is unknown color: approx Fiery Orange. HEX triplet: AE, 5D and 2F. RGB value is (174,93,47). Sum of RGB (Red+Green+Blue) = 174+93+47=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D2F is #51A2D0. Grayscale: #707070. Windows color (decimal): -5350097 or 3104174. OLE color: 3104174.

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

Color convert

RGB1749347-
CMYK00.470.730.32
HSL21.73º57.47%43.33%-
HSV(B)21.73º72.99%68.24%-
XYZ21.8817.034.82-
YUV111.9891.34172.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=55.41%
G=29.62%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174934700.470.730.3221.7357.4743.33
HexAE5D2F02F492016392b
Octal2561355705711140267153
Binary1010111010111011011110101111100100110000010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D2F; }

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

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

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

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

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

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

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

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