#AE4E32

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

Shades of Red Stage #AE4E32

Tints of Red Stage #AE4E32

Color information

#AE4E32 (or 0xAE4E32) is unknown color: approx Red Stage. HEX triplet: AE, 4E and 32. RGB value is (174,78,50). Sum of RGB (Red+Green+Blue) = 174+78+50=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE4E32 is #51B1CD. Grayscale: #676767. Windows color (decimal): -5353934 or 3296942. OLE color: 3296942.

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

Color convert

RGB1747850-
CMYK00.550.710.32
HSL13.55º55.36%43.92%-
HSV(B)13.55º71.26%68.24%-
XYZ20.7614.684.76-
YUV103.5197.8178.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=57.62%
G=25.83%
B=16.56%

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
Decimal174785000.550.710.3213.5555.3643.92
HexAE4E320374720e372c
Octal2561166206710740166754
Binary101011101001110110010011011110001111000001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E32; }

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

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

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

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

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

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

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

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