#AE552B

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

Shades of Red Stage #AE552B

Tints of Red Stage #AE552B

Color information

#AE552B (or 0xAE552B) is unknown color: approx Red Stage. HEX triplet: AE, 55 and 2B. RGB value is (174,85,43). Sum of RGB (Red+Green+Blue) = 174+85+43=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE552B is #51AAD4. Grayscale: #6B6B6B. Windows color (decimal): -5352149 or 2839982. OLE color: 2839982.

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

Color convert

RGB1748543-
CMYK00.510.750.32
HSL19.24º60.37%42.55%-
HSV(B)19.24º75.29%68.24%-
XYZ21.1415.674.2-
YUV106.8291.99175.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=57.62%
G=28.15%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174854300.510.750.3219.2460.3742.55
HexAE552B0334B20133c2b
Octal2561255306311340237453
Binary1010111010101011010110110011100101110000010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE552B; }

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

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

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

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

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

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

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

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