#AE3958

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

Shades of Night Shadz #AE3958

Tints of Night Shadz #AE3958

Color information

#AE3958 (or 0xAE3958) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 58. RGB value is (174,57,88). Sum of RGB (Red+Green+Blue) = 174+57+88=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3958 is #51C6A7. Grayscale: #5F5F5F. Windows color (decimal): -5359272 or 5781934. OLE color: 5781934.

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

Color convert

RGB1745788-
CMYK00.670.490.32
HSL344.1º50.65%45.29%-
HSV(B)344.1º67.24%68.24%-
XYZ20.6812.6310.58-
YUV95.52123.76183.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.55%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 88 (34.77% from 255) = 27.59%
R=54.55%
G=17.87%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174578800.670.490.32344.150.6545.29
HexAE39580433120158332d
Octal25671130010361405306355
Binary10101110111001101100001000011110001100000101011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3958; }

 p { color: rgb(174,57,88); }

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

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

 a { background-color: rgb(174,57,88); }

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

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

 span { border-color: rgb(174,57,88); }

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