#ae3946

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

Shades of Night Shadz #AE3946

Tints of Night Shadz #AE3946

Color information

#AE3946 (or 0xAE3946) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 46. RGB value is (174,57,70). Sum of RGB (Red+Green+Blue) = 174+57+70=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3946 is #51C6B9. Grayscale: #5D5D5D. Windows color (decimal): -5359290 or 4602286. OLE color: 4602286.

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

Color convert

RGB1745770-
CMYK00.670.600.32
HSL353.33º50.65%45.29%-
HSV(B)353.33º67.24%68.24%-
XYZ20.0212.377.13-
YUV93.46114.76185.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=57.81%
G=18.94%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174577000.670.600.32353.3350.6545.29
HexAE39460433C20161332d
Octal25671106010374405416355
Binary10101110111001100011001000011111100100000101100001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3946; }

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

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

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

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

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

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

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

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