#AE4E33

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

Shades of Red Stage #AE4E33

Tints of Red Stage #AE4E33

Color information

#AE4E33 (or 0xAE4E33) is unknown color: approx Red Stage. HEX triplet: AE, 4E and 33. RGB value is (174,78,51). Sum of RGB (Red+Green+Blue) = 174+78+51=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E33 is #51B1CC. Grayscale: #676767. Windows color (decimal): -5353933 or 3362478. OLE color: 3362478.

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

Color convert

RGB1747851-
CMYK00.550.710.32
HSL13.17º54.67%44.12%-
HSV(B)13.17º70.69%68.24%-
XYZ20.7814.694.87-
YUV103.6398.3178.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=57.43%
G=25.74%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174785100.550.710.3213.1754.6744.12
HexAE4E330374720d372c
Octal2561166306710740156754
Binary101011101001110110011011011110001111000001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E33; }

 p { color: rgb(174,78,51); }

 H1.HeaderClassName
 {
   color: #AE4E33;
 }
 .AnyTagClassName
 {
   color: #AE4E33;
 }
</style>
background-color css

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

 a { background-color: rgb(174,78,51); }

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

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

 span { border-color: rgb(174,78,51); }

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