#AE5031

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

Shades of Red Stage #AE5031

Tints of Red Stage #AE5031

Color information

#AE5031 (or 0xAE5031) is unknown color: approx Red Stage. HEX triplet: AE, 50 and 31. RGB value is (174,80,49). Sum of RGB (Red+Green+Blue) = 174+80+49=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5031 is #51AFCE. Grayscale: #686868. Windows color (decimal): -5353423 or 3231918. OLE color: 3231918.

HSL color Cylindrical-coordinate representation of color #AE5031: hue angle of 14.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE5031 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1748049-
CMYK00.540.720.32
HSL14.88º56.05%43.73%-
HSV(B)14.88º71.84%68.24%-
XYZ20.8814.964.69-
YUV104.5796.64177.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 49 (19.53% from 255) = 16.17%
R=57.43%
G=26.40%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174804900.540.720.3214.8856.0543.73
HexAE50310364820f382c
Octal2561206106611040177054
Binary101011101010000110001011011010010001000001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5031; }

 p { color: rgb(174,80,49); }

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

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

 a { background-color: rgb(174,80,49); }

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

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

 span { border-color: rgb(174,80,49); }

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