#AE4049

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

Shades of Night Shadz #AE4049

Tints of Night Shadz #AE4049

Color information

#AE4049 (or 0xAE4049) is unknown color: approx Night Shadz. HEX triplet: AE, 40 and 49. RGB value is (174,64,73). Sum of RGB (Red+Green+Blue) = 174+64+73=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4049 is #51BFB6. Grayscale: #616161. Windows color (decimal): -5357495 or 4800686. OLE color: 4800686.

HSL color Cylindrical-coordinate representation of color #AE4049: hue angle of 355.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4049 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB1746473-
CMYK00.630.580.32
HSL355.09º46.22%46.67%-
HSV(B)355.09º63.22%68.24%-
XYZ20.4913.157.76-
YUV97.92113.94182.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=55.95%
G=20.58%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174647300.630.580.32355.0946.2246.67
HexAE404903F3A201632e2f
Octal25610011107772405435657
Binary10101110100000010010010111111111010100000101100011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4049; }

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

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

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

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

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

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

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

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