Html Css Color HEX #AE5C28 Fiery Orange

📋 copy color: '#AE5C28'

red 174 ◦ green 92 ◦ blue 40

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

Shades of Fiery Orange #AE5C28

Tints of Fiery Orange #AE5C28

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 56.86%
G = 30.07%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE5C28 (or 0xAE5C28) is known color: Fiery Orange. HEX triplet: AE, 5C and 28. RGB value is (174,92,40). Sum of RGB (Red+Green+Blue) = 174+92+40=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C28 is #51A3D7. Grayscale: #6E6E6E. Windows color (decimal): -5350360 or 2645166. OLE color: 2645166.

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

Color convert

RGB 174 92 40 -
CMYK 0 0.47 0.77 0.32
HSL 23.28º 0.63% 0.42% -
HSV(B) 23.28º 0.77% 0.68% -
XYZ 21.67 16.81 4.11 -
YUV 110.59 88.17 173.23 -
System Red Green Blue C M Y K H S L
Decimal 174 92 40 0 0.47 0.77 0.32 23.28 0.63 0.42
Hex AE 5C 28 0 2F 4D 20 17 3F 2A
Octal 256 134 50 0 57 115 40 27 77 52
Binary 10101110 1011100 101000 0 101111 1001101 100000 10111 111111 101010

Color Harmonies of #AE5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C28

Black with #AE5C28

Text Example


Text Example

White with #AE5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C28; }

 p { color: rgb(174,92,40); }

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

background-color css

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

 a { background-color: rgb(174,92,40); }

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

border-color css

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

 span { border-color: rgb(174,92,40); }

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