Html Css Color HEX #AE5D32 Fiery Orange

📋 copy color: '#AE5D32'

red 174 ◦ green 93 ◦ blue 50

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

Shades of Fiery Orange #AE5D32

Tints of Fiery Orange #AE5D32

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.34%

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

R = 54.89%
G = 29.34%
B = 15.77%

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

#AE5D32 (or 0xAE5D32) is known color: Fiery Orange. HEX triplet: AE, 5D and 32. RGB value is (174,93,50). Sum of RGB (Red+Green+Blue) = 174+93+50=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5D32 is #51A2CD. Grayscale: #707070. Windows color (decimal): -5350094 or 3300782. OLE color: 3300782.

HSL color Cylindrical-coordinate representation of color #AE5D32: hue angle of 20.81º 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 #AE5D32 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 93 50 -
CMYK 0 0.47 0.71 0.32
HSL 20.81º 0.55% 0.44% -
HSV(B) 20.81º 0.71% 0.68% -
XYZ 21.95 17.06 5.15 -
YUV 112.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 174 93 50 0 0.47 0.71 0.32 20.81 0.55 0.44
Hex AE 5D 32 0 2F 47 20 15 37 2C
Octal 256 135 62 0 57 107 40 25 67 54
Binary 10101110 1011101 110010 0 101111 1000111 100000 10101 110111 101100

Color Harmonies of #AE5D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5D32

Black with #AE5D32

Text Example


Text Example

White with #AE5D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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