#AE3B59

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

Shades of Night Shadz #AE3B59

Tints of Night Shadz #AE3B59

Color information

#AE3B59 (or 0xAE3B59) is unknown color: approx Night Shadz. HEX triplet: AE, 3B and 59. RGB value is (174,59,89). Sum of RGB (Red+Green+Blue) = 174+59+89=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3B59 is #51C4A6. Grayscale: #606060. Windows color (decimal): -5358759 or 5847982. OLE color: 5847982.

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

Color convert

RGB1745989-
CMYK00.660.490.32
HSL344.35º49.36%45.69%-
HSV(B)344.35º66.09%68.24%-
XYZ20.8212.8510.83-
YUV96.8123.6183.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=54.04%
G=18.32%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174598900.660.490.32344.3549.3645.69
HexAE3B590423120158312e
Octal25673131010261405306156
Binary10101110111011101100101000010110001100000101011000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B59; }

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

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

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

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

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

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

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

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