#AE5D35

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

Shades of Fiery Orange #AE5D35

Tints of Fiery Orange #AE5D35

Color information

#AE5D35 (or 0xAE5D35) is unknown color: approx Fiery Orange. HEX triplet: AE, 5D and 35. RGB value is (174,93,53). Sum of RGB (Red+Green+Blue) = 174+93+53=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D35 is #51A2CA. Grayscale: #707070. Windows color (decimal): -5350091 or 3497390. OLE color: 3497390.

HSL color Cylindrical-coordinate representation of color #AE5D35: hue angle of 19.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE5D35 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1749353-
CMYK00.470.700.32
HSL19.83º53.3%44.51%-
HSV(B)19.83º69.54%68.24%-
XYZ22.0117.085.51-
YUV112.6694.34171.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=54.38%
G=29.06%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174935300.470.700.3219.8353.344.51
HexAE5D3502F462014352d
Octal2561356505710640246555
Binary1010111010111011101010101111100011010000010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D35; }

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

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

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

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

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

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

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

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