#AE3559

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

Shades of Night Shadz #AE3559

Tints of Night Shadz #AE3559

Color information

#AE3559 (or 0xAE3559) is unknown color: approx Night Shadz. HEX triplet: AE, 35 and 59. RGB value is (174,53,89). Sum of RGB (Red+Green+Blue) = 174+53+89=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3559 is #51CAA6. Grayscale: #5D5D5D. Windows color (decimal): -5360295 or 5846446. OLE color: 5846446.

HSL color Cylindrical-coordinate representation of color #AE3559: hue angle of 342.15º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3559 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1745389-
CMYK00.700.490.32
HSL342.15º53.3%44.51%-
HSV(B)342.15º69.54%68.24%-
XYZ20.5312.2710.74-
YUV93.28125.59185.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.06%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=55.06%
G=16.77%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174538900.700.490.32342.1553.344.51
HexAE35590463120156352d
Octal25665131010661405266555
Binary10101110110101101100101000110110001100000101010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3559; }

 p { color: rgb(174,53,89); }

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

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

 a { background-color: rgb(174,53,89); }

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

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

 span { border-color: rgb(174,53,89); }

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