#AE394C

Color #AE394C Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AE394C

Tints of Night Shadz #AE394C

Color information

#AE394C (or 0xAE394C) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 4C. RGB value is (174,57,76). Sum of RGB (Red+Green+Blue) = 174+57+76=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE394C is #51C6B3. Grayscale: #5E5E5E. Windows color (decimal): -5359284 or 4995502. OLE color: 4995502.

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

Color convert

RGB1745776-
CMYK00.670.560.32
HSL350.26º50.65%45.29%-
HSV(B)350.26º67.24%68.24%-
XYZ20.2212.458.17-
YUV94.15117.76184.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 76 (30.08% from 255) = 24.76%
R=56.68%
G=18.57%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174577600.670.560.32350.2650.6545.29
HexAE394C043382015e332d
Octal25671114010370405366355
Binary10101110111001100110001000011111000100000101011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE394C; }

 p { color: rgb(174,57,76); }

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

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

 a { background-color: rgb(174,57,76); }

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

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

 span { border-color: rgb(174,57,76); }

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