#AE4146

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

Shades of Night Shadz #AE4146

Tints of Night Shadz #AE4146

Color information

#AE4146 (or 0xAE4146) is unknown color: approx Night Shadz. HEX triplet: AE, 41 and 46. RGB value is (174,65,70). Sum of RGB (Red+Green+Blue) = 174+65+70=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4146 is #51BEB9. Grayscale: #626262. Windows color (decimal): -5357242 or 4604334. OLE color: 4604334.

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

Color convert

RGB1746570-
CMYK00.630.600.32
HSL357.25º45.61%46.86%-
HSV(B)357.25º62.64%68.24%-
XYZ20.4513.227.27-
YUV98.16112.11182.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=56.31%
G=21.04%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174657000.630.600.32357.2545.6146.86
HexAE414603F3C201652e2f
Octal25610110607774405455657
Binary10101110100000110001100111111111100100000101100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4146; }

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

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

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

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

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

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

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

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