#AE3D56

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

Shades of Night Shadz #AE3D56

Tints of Night Shadz #AE3D56

Color information

#AE3D56 (or 0xAE3D56) is unknown color: approx Night Shadz. HEX triplet: AE, 3D and 56. RGB value is (174,61,86). Sum of RGB (Red+Green+Blue) = 174+61+86=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3D56 is #51C2A9. Grayscale: #616161. Windows color (decimal): -5358250 or 5651886. OLE color: 5651886.

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

Color convert

RGB1746186-
CMYK00.650.510.32
HSL346.73º48.09%46.08%-
HSV(B)346.73º64.94%68.24%-
XYZ20.813.0110.22-
YUV97.64121.44182.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.21%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=54.21%
G=19.00%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174618600.650.510.32346.7348.0946.08
HexAE3D56041332015b302e
Octal25675126010163405336056
Binary10101110111101101011001000001110011100000101011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D56; }

 p { color: rgb(174,61,86); }

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

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

 a { background-color: rgb(174,61,86); }

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

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

 span { border-color: rgb(174,61,86); }

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