#AE3756

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

Shades of Night Shadz #AE3756

Tints of Night Shadz #AE3756

Color information

#AE3756 (or 0xAE3756) is unknown color: approx Night Shadz. HEX triplet: AE, 37 and 56. RGB value is (174,55,86). Sum of RGB (Red+Green+Blue) = 174+55+86=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3756 is #51C8A9. Grayscale: #5E5E5E. Windows color (decimal): -5359786 or 5650350. OLE color: 5650350.

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

Color convert

RGB1745586-
CMYK00.680.510.32
HSL344.37º51.97%44.9%-
HSV(B)344.37º68.39%68.24%-
XYZ20.512.410.12-
YUV94.12123.42184.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 55 (21.88% from 255) = 17.46%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=55.24%
G=17.46%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174558600.680.510.32344.3751.9744.9
HexAE37560443320158342d
Octal25667126010463405306455
Binary10101110110111101011001000100110011100000101011000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3756; }

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

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

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

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

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

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

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

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