#AE3C4D

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

Shades of Night Shadz #AE3C4D

Tints of Night Shadz #AE3C4D

Color information

#AE3C4D (or 0xAE3C4D) is unknown color: approx Night Shadz. HEX triplet: AE, 3C and 4D. RGB value is (174,60,77). Sum of RGB (Red+Green+Blue) = 174+60+77=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C4D is #51C3B2. Grayscale: #606060. Windows color (decimal): -5358515 or 5061806. OLE color: 5061806.

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

Color convert

RGB1746077-
CMYK00.660.560.32
HSL351.05º48.72%45.88%-
HSV(B)351.05º65.52%68.24%-
XYZ20.4112.778.41-
YUV96.02117.27183.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=55.95%
G=19.29%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174607700.660.560.32351.0548.7245.88
HexAE3C4D042382015f312e
Octal25674115010270405376156
Binary10101110111100100110101000010111000100000101011111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C4D; }

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

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

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

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

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

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

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

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