#AE3949

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

Shades of Night Shadz #AE3949

Tints of Night Shadz #AE3949

Color information

#AE3949 (or 0xAE3949) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 49. RGB value is (174,57,73). Sum of RGB (Red+Green+Blue) = 174+57+73=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3949 is #51C6B6. Grayscale: #5D5D5D. Windows color (decimal): -5359287 or 4798894. OLE color: 4798894.

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

Color convert

RGB1745773-
CMYK00.670.580.32
HSL351.79º50.65%45.29%-
HSV(B)351.79º67.24%68.24%-
XYZ20.1212.417.64-
YUV93.81116.26185.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.24%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=57.24%
G=18.75%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174577300.670.580.32351.7950.6545.29
HexAE39490433A20160332d
Octal25671111010372405406355
Binary10101110111001100100101000011111010100000101100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3949; }

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

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

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

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

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

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

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

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