#AE5432

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

Shades of Red Stage #AE5432

Tints of Red Stage #AE5432

Color information

#AE5432 (or 0xAE5432) is unknown color: approx Red Stage. HEX triplet: AE, 54 and 32. RGB value is (174,84,50). Sum of RGB (Red+Green+Blue) = 174+84+50=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5432 is #51ABCD. Grayscale: #6B6B6B. Windows color (decimal): -5352398 or 3298478. OLE color: 3298478.

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

Color convert

RGB1748450-
CMYK00.520.710.32
HSL16.45º55.36%43.92%-
HSV(B)16.45º71.26%68.24%-
XYZ21.215.574.91-
YUV107.0395.82175.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=56.49%
G=27.27%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174845000.520.710.3216.4555.3643.92
HexAE5432034472010372c
Octal2561246206410740206754
Binary1010111010101001100100110100100011110000010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5432; }

 p { color: rgb(174,84,50); }

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

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

 a { background-color: rgb(174,84,50); }

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

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

 span { border-color: rgb(174,84,50); }

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