#AE5631

Color #AE5631 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #AE5631

Tints of Red Stage #AE5631

Color information

#AE5631 (or 0xAE5631) is unknown color: approx 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

RGB1748649-
CMYK00.510.720.32
HSL17.76º56.05%43.73%-
HSV(B)17.76º71.84%68.24%-
XYZ21.3415.884.85-
YUV108.0994.65175.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174864900.510.720.3217.7656.0543.73
HexAE5631033482012382c
Octal2561266106311040227054
Binary1010111010101101100010110011100100010000010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>