#AE354C

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

Shades of Night Shadz #AE354C

Tints of Night Shadz #AE354C

Color information

#AE354C (or 0xAE354C) is unknown color: approx Night Shadz. HEX triplet: AE, 35 and 4C. RGB value is (174,53,76). Sum of RGB (Red+Green+Blue) = 174+53+76=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE354C is #51CAB3. Grayscale: #5B5B5B. Windows color (decimal): -5360308 or 4994478. OLE color: 4994478.

HSL color Cylindrical-coordinate representation of color #AE354C: hue angle of 348.6º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE354C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB1745376-
CMYK00.700.560.32
HSL348.6º53.3%44.51%-
HSV(B)348.6º69.54%68.24%-
XYZ20.0312.078.11-
YUV91.8119.09186.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=57.43%
G=17.49%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174537600.700.560.32348.653.344.51
HexAE354C046382015d352d
Octal25665114010670405356555
Binary10101110110101100110001000110111000100000101011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE354C; }

 p { color: rgb(174,53,76); }

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

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

 a { background-color: rgb(174,53,76); }

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

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

 span { border-color: rgb(174,53,76); }

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