Html Css Color HEX #AE5E20 Fiery Orange

📋 copy color: '#AE5E20'

red 174 ◦ green 94 ◦ blue 32

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

Shades of Fiery Orange #AE5E20

Tints of Fiery Orange #AE5E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 58%
G = 31.33%
B = 10.67%

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

#AE5E20 (or 0xAE5E20) is known color: Fiery Orange. HEX triplet: AE, 5E and 20. RGB value is (174,94,32). Sum of RGB (Red+Green+Blue) = 174+94+32=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5E20 is #51A1DF. Grayscale: #6F6F6F. Windows color (decimal): -5349856 or 2121390. OLE color: 2121390.

HSL color Cylindrical-coordinate representation of color #AE5E20: hue angle of 26.2º degrees, saturation: 0.69, 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 #AE5E20 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 94 32 -
CMYK 0 0.46 0.82 0.32
HSL 26.2º 0.69% 0.4% -
HSV(B) 26.2º 0.82% 0.68% -
XYZ 21.72 17.11 3.52 -
YUV 110.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 174 94 32 0 0.46 0.82 0.32 26.2 0.69 0.4
Hex AE 5E 20 0 2E 52 20 1A 45 28
Octal 256 136 40 0 56 122 40 32 105 50
Binary 10101110 1011110 100000 0 101110 1010010 100000 11010 1000101 101000

Color Harmonies of #AE5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5E20

Black with #AE5E20

Text Example


Text Example

White with #AE5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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