#AE394D

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

Shades of Night Shadz #AE394D

Tints of Night Shadz #AE394D

Color information

#AE394D (or 0xAE394D) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 4D. RGB value is (174,57,77). Sum of RGB (Red+Green+Blue) = 174+57+77=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE394D is #51C6B2. Grayscale: #5E5E5E. Windows color (decimal): -5359283 or 5061038. OLE color: 5061038.

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

Color convert

RGB1745777-
CMYK00.670.560.32
HSL349.74º50.65%45.29%-
HSV(B)349.74º67.24%68.24%-
XYZ20.2612.468.36-
YUV94.26118.26184.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 77 (30.47% from 255) = 25%
R=56.49%
G=18.51%
B=25%

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
Decimal174577700.670.560.32349.7450.6545.29
HexAE394D043382015e332d
Octal25671115010370405366355
Binary10101110111001100110101000011111000100000101011110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE394D; }

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

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

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

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

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

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

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

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