#AE3258

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

Shades of Night Shadz #AE3258

Tints of Night Shadz #AE3258

Color information

#AE3258 (or 0xAE3258) is unknown color: approx Night Shadz. HEX triplet: AE, 32 and 58. RGB value is (174,50,88). Sum of RGB (Red+Green+Blue) = 174+50+88=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3258 is #51CDA7. Grayscale: #5B5B5B. Windows color (decimal): -5361064 or 5780142. OLE color: 5780142.

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

Color convert

RGB1745088-
CMYK00.710.490.32
HSL341.61º55.36%43.92%-
HSV(B)341.61º71.26%68.24%-
XYZ20.3611.9810.47-
YUV91.41126.08186.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.77%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=55.77%
G=16.03%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174508800.710.490.32341.6155.3643.92
HexAE32580473120156372c
Octal25662130010761405266754
Binary10101110110010101100001000111110001100000101010110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3258; }

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

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

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

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

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

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

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

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