Html Css Color HEX #AE5631 Red Stage

📋 copy color: '#AE5631'

red 174 ◦ green 86 ◦ blue 49

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

Shades of Red Stage #AE5631

Tints of Red Stage #AE5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 56.31%
G = 27.83%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE5631 (or 0xAE5631) is known color: Red Stage. HEX triplet: AE, 56 and 31. RGB value is (174,86,49). Sum of RGB (Red+Green+Blue) = 174+86+49=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5631 is #51A9CE. Grayscale: #6C6C6C. Windows color (decimal): -5351887 or 3233454. OLE color: 3233454.

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

Color convert

RGB 174 86 49 -
CMYK 0 0.51 0.72 0.32
HSL 17.76º 0.56% 0.44% -
HSV(B) 17.76º 0.72% 0.68% -
XYZ 21.34 15.88 4.85 -
YUV 108.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 174 86 49 0 0.51 0.72 0.32 17.76 0.56 0.44
Hex AE 56 31 0 33 48 20 12 38 2C
Octal 256 126 61 0 63 110 40 22 70 54
Binary 10101110 1010110 110001 0 110011 1001000 100000 10010 111000 101100

Color Harmonies of #AE5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5631

Black with #AE5631

Text Example


Text Example

White with #AE5631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5631; }

 p { color: rgb(174,86,49); }

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

background-color css

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

 a { background-color: rgb(174,86,49); }

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

border-color css

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

 span { border-color: rgb(174,86,49); }

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