Html Css Color HEX #AE5E1F Fiery Orange

📋 copy color: '#AE5E1F'

red 174 ◦ green 94 ◦ blue 31

#AE5E1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #AE5E1F

Tints of Fiery Orange #AE5E1F

RGB

 RED value IS 174 (68.36% from 255) = 58.19%

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 58.19%
G = 31.44%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE5E1F (or 0xAE5E1F) is known color: Fiery Orange. HEX triplet: AE, 5E and 1F. RGB value is (174,94,31). Sum of RGB (Red+Green+Blue) = 174+94+31=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E1F is #51A1E0. Grayscale: #6F6F6F. Windows color (decimal): -5349857 or 2055854. OLE color: 2055854.

HSL color Cylindrical-coordinate representation of color #AE5E1F: hue angle of 26.43º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE5E1F is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 94 31 -
CMYK 0 0.46 0.82 0.32
HSL 26.43º 0.7% 0.4% -
HSV(B) 26.43º 0.82% 0.68% -
XYZ 21.71 17.1 3.45 -
YUV 110.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 174 94 31 0 0.46 0.82 0.32 26.43 0.7 0.4
Hex AE 5E 1F 0 2E 52 20 1A 46 28
Octal 256 136 37 0 56 122 40 32 106 50
Binary 10101110 1011110 11111 0 101110 1010010 100000 11010 1000110 101000

Color Harmonies of #AE5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E1F

Black with #AE5E1F

Text Example


Text Example

White with #AE5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E1F; }

 p { color: rgb(174,94,31); }

 H1.HeaderClassName
 {
   color: #AE5E1F;
 }
 .AnyTagClassName
 {
   color: #AE5E1F;
 }
</style>

background-color css

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

 a { background-color: rgb(174,94,31); }

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

border-color css

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

 span { border-color: rgb(174,94,31); }

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