#AE4046

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

Shades of Night Shadz #AE4046

Tints of Night Shadz #AE4046

Color information

#AE4046 (or 0xAE4046) is unknown color: approx Night Shadz. HEX triplet: AE, 40 and 46. RGB value is (174,64,70). Sum of RGB (Red+Green+Blue) = 174+64+70=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4046 is #51BFB9. Grayscale: #616161. Windows color (decimal): -5357498 or 4604078. OLE color: 4604078.

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

Color convert

RGB1746470-
CMYK00.630.600.32
HSL356.73º46.22%46.67%-
HSV(B)356.73º63.22%68.24%-
XYZ20.3913.117.25-
YUV97.57112.44182.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=56.49%
G=20.78%
B=22.73%

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
Decimal174647000.630.600.32356.7346.2246.67
HexAE404603F3C201652e2f
Octal25610010607774405455657
Binary10101110100000010001100111111111100100000101100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4046; }

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

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

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

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

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

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

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

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