#AE3959

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

Shades of Night Shadz #AE3959

Tints of Night Shadz #AE3959

Color information

#AE3959 (or 0xAE3959) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 59. RGB value is (174,57,89). Sum of RGB (Red+Green+Blue) = 174+57+89=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3959 is #51C6A6. Grayscale: #5F5F5F. Windows color (decimal): -5359271 or 5847470. OLE color: 5847470.

HSL color Cylindrical-coordinate representation of color #AE3959: hue angle of 343.59º 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 #AE3959 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB1745789-
CMYK00.670.490.32
HSL343.59º50.65%45.29%-
HSV(B)343.59º67.24%68.24%-
XYZ20.7212.6510.8-
YUV95.63124.26183.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 89 (35.16% from 255) = 27.81%
R=54.38%
G=17.81%
B=27.81%

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
Decimal174578900.670.490.32343.5950.6545.29
HexAE39590433120158332d
Octal25671131010361405306355
Binary10101110111001101100101000011110001100000101011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3959; }

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

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

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

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

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

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

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

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