#AE5533

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

Shades of Red Stage #AE5533

Tints of Red Stage #AE5533

Color information

#AE5533 (or 0xAE5533) is unknown color: approx Red Stage. HEX triplet: AE, 55 and 33. RGB value is (174,85,51). Sum of RGB (Red+Green+Blue) = 174+85+51=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5533 is #51AACC. Grayscale: #6B6B6B. Windows color (decimal): -5352141 or 3364270. OLE color: 3364270.

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

Color convert

RGB1748551-
CMYK00.510.710.32
HSL16.59º54.67%44.12%-
HSV(B)16.59º70.69%68.24%-
XYZ21.315.735.05-
YUV107.7395.99175.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=56.13%
G=27.42%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174855100.510.710.3216.5954.6744.12
HexAE5533033472011372c
Octal2561256306310740216754
Binary1010111010101011100110110011100011110000010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5533; }

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

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

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

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

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

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

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

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