#AE3C55

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

Shades of Night Shadz #AE3C55

Tints of Night Shadz #AE3C55

Color information

#AE3C55 (or 0xAE3C55) is unknown color: approx Night Shadz. HEX triplet: AE, 3C and 55. RGB value is (174,60,85). Sum of RGB (Red+Green+Blue) = 174+60+85=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C55 is #51C3AA. Grayscale: #606060. Windows color (decimal): -5358507 or 5586094. OLE color: 5586094.

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

Color convert

RGB1746085-
CMYK00.660.510.32
HSL346.84º48.72%45.88%-
HSV(B)346.84º65.52%68.24%-
XYZ20.7112.899.99-
YUV96.94121.27182.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 60 (23.83% from 255) = 18.81%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=54.55%
G=18.81%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174608500.660.510.32346.8448.7245.88
HexAE3C55042332015b312e
Octal25674125010263405336156
Binary10101110111100101010101000010110011100000101011011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C55; }

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

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

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

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

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

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

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

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