#AE552E

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

Shades of Red Stage #AE552E

Tints of Red Stage #AE552E

Color information

#AE552E (or 0xAE552E) is unknown color: approx Red Stage. HEX triplet: AE, 55 and 2E. RGB value is (174,85,46). Sum of RGB (Red+Green+Blue) = 174+85+46=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE552E is #51AAD1. Grayscale: #6B6B6B. Windows color (decimal): -5352146 or 3036590. OLE color: 3036590.

HSL color Cylindrical-coordinate representation of color #AE552E: hue angle of 18.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE552E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1748546-
CMYK00.510.740.32
HSL18.28º58.18%43.14%-
HSV(B)18.28º73.56%68.24%-
XYZ21.215.694.5-
YUV107.1693.49175.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=57.05%
G=27.87%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174854600.510.740.3218.2858.1843.14
HexAE552E0334A20123a2b
Octal2561255606311240227253
Binary1010111010101011011100110011100101010000010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE552E; }

 p { color: rgb(174,85,46); }

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

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

 a { background-color: rgb(174,85,46); }

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

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

 span { border-color: rgb(174,85,46); }

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