#AE364A

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

Shades of Night Shadz #AE364A

Tints of Night Shadz #AE364A

Color information

#AE364A (or 0xAE364A) is unknown color: approx Night Shadz. HEX triplet: AE, 36 and 4A. RGB value is (174,54,74). Sum of RGB (Red+Green+Blue) = 174+54+74=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE364A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE364A is #51C9B5. Grayscale: #5C5C5C. Windows color (decimal): -5360054 or 4863662. OLE color: 4863662.

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

Color convert

RGB1745474-
CMYK00.690.570.32
HSL350º52.63%44.71%-
HSV(B)350º68.97%68.24%-
XYZ20.0112.137.77-
YUV92.16117.76186.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=57.62%
G=17.88%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174547400.690.570.3235052.6344.71
HexAE364A045392015e352d
Octal25666112010571405366555
Binary10101110110110100101001000101111001100000101011110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE364A; }

 p { color: rgb(174,54,74); }

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

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

 a { background-color: rgb(174,54,74); }

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

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

 span { border-color: rgb(174,54,74); }

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