#AE324E

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

Shades of Night Shadz #AE324E

Tints of Night Shadz #AE324E

Color information

#AE324E (or 0xAE324E) is unknown color: approx Night Shadz. HEX triplet: AE, 32 and 4E. RGB value is (174,50,78). Sum of RGB (Red+Green+Blue) = 174+50+78=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE324E is #51CDB1. Grayscale: #5A5A5A. Windows color (decimal): -5361074 or 5124782. OLE color: 5124782.

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

Color convert

RGB1745078-
CMYK00.710.550.32
HSL346.45º55.36%43.92%-
HSV(B)346.45º71.26%68.24%-
XYZ19.9711.838.44-
YUV90.27121.08187.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=57.62%
G=16.56%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174507800.710.550.32346.4555.3643.92
HexAE324E047372015a372c
Octal25662116010767405326754
Binary10101110110010100111001000111110111100000101011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE324E; }

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

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

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

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

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

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

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

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