Html Css Color HEX #AE5C32 Fiery Orange

📋 copy color: '#AE5C32'

red 174 ◦ green 92 ◦ blue 50

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

Shades of Fiery Orange #AE5C32

Tints of Fiery Orange #AE5C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 55.06%
G = 29.11%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE5C32 (or 0xAE5C32) is known color: Fiery Orange. HEX triplet: AE, 5C and 32. RGB value is (174,92,50). Sum of RGB (Red+Green+Blue) = 174+92+50=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5C32 is #51A3CD. Grayscale: #6F6F6F. Windows color (decimal): -5350350 or 3300526. OLE color: 3300526.

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

Color convert

RGB 174 92 50 -
CMYK 0 0.47 0.71 0.32
HSL 20.32º 0.55% 0.44% -
HSV(B) 20.32º 0.71% 0.68% -
XYZ 21.86 16.88 5.12 -
YUV 111.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 174 92 50 0 0.47 0.71 0.32 20.32 0.55 0.44
Hex AE 5C 32 0 2F 47 20 14 37 2C
Octal 256 134 62 0 57 107 40 24 67 54
Binary 10101110 1011100 110010 0 101111 1000111 100000 10100 110111 101100

Color Harmonies of #AE5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C32

Black with #AE5C32

Text Example


Text Example

White with #AE5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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