#AE3948

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

Shades of Night Shadz #AE3948

Tints of Night Shadz #AE3948

Color information

#AE3948 (or 0xAE3948) is unknown color: approx Night Shadz. HEX triplet: AE, 39 and 48. RGB value is (174,57,72). Sum of RGB (Red+Green+Blue) = 174+57+72=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3948 is #51C6B7. Grayscale: #5D5D5D. Windows color (decimal): -5359288 or 4733358. OLE color: 4733358.

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

Color convert

RGB1745772-
CMYK00.670.590.32
HSL352.31º50.65%45.29%-
HSV(B)352.31º67.24%68.24%-
XYZ20.0912.397.46-
YUV93.69115.76185.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=57.43%
G=18.81%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174577200.670.590.32352.3150.6545.29
HexAE39480433B20160332d
Octal25671110010373405406355
Binary10101110111001100100001000011111011100000101100000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3948; }

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

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

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

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

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

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

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

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