#AE3356

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

Shades of Night Shadz #AE3356

Tints of Night Shadz #AE3356

Color information

#AE3356 (or 0xAE3356) is unknown color: approx Night Shadz. HEX triplet: AE, 33 and 56. RGB value is (174,51,86). Sum of RGB (Red+Green+Blue) = 174+51+86=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3356 is #51CCA9. Grayscale: #5B5B5B. Windows color (decimal): -5360810 or 5649326. OLE color: 5649326.

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

Color convert

RGB1745186-
CMYK00.710.510.32
HSL342.93º54.67%44.12%-
HSV(B)342.93º70.69%68.24%-
XYZ20.3212.0410.06-
YUV91.77124.75186.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.95%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=55.95%
G=16.40%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174518600.710.510.32342.9354.6744.12
HexAE33560473320157372c
Octal25663126010763405276754
Binary10101110110011101011001000111110011100000101010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3356; }

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

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

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

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

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

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

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

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