#AE5133

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

Shades of Red Stage #AE5133

Tints of Red Stage #AE5133

Color information

#AE5133 (or 0xAE5133) is unknown color: approx Red Stage. HEX triplet: AE, 51 and 33. RGB value is (174,81,51). Sum of RGB (Red+Green+Blue) = 174+81+51=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5133 is #51AECC. Grayscale: #696969. Windows color (decimal): -5353165 or 3363246. OLE color: 3363246.

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

Color convert

RGB1748151-
CMYK00.530.710.32
HSL14.63º54.67%44.12%-
HSV(B)14.63º70.69%68.24%-
XYZ2115.124.94-
YUV105.3997.31176.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=56.86%
G=26.47%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174815100.530.710.3214.6354.6744.12
HexAE51330354720f372c
Octal2561216306510740176754
Binary101011101010001110011011010110001111000001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5133; }

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

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

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

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

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

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

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

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