#AE5233

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

Shades of Red Stage #AE5233

Tints of Red Stage #AE5233

Color information

#AE5233 (or 0xAE5233) is unknown color: approx Red Stage. HEX triplet: AE, 52 and 33. RGB value is (174,82,51). Sum of RGB (Red+Green+Blue) = 174+82+51=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5233 is #51ADCC. Grayscale: #6A6A6A. Windows color (decimal): -5352909 or 3363502. OLE color: 3363502.

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

Color convert

RGB1748251-
CMYK00.530.710.32
HSL15.12º54.67%44.12%-
HSV(B)15.12º70.69%68.24%-
XYZ21.0715.274.97-
YUV105.9796.98176.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=56.68%
G=26.71%
B=16.61%

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
Decimal174825100.530.710.3215.1254.6744.12
HexAE52330354720f372c
Octal2561226306510740176754
Binary101011101010010110011011010110001111000001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5233; }

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

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

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

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

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

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

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

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