#AE354E

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

Shades of Night Shadz #AE354E

Tints of Night Shadz #AE354E

Color information

#AE354E (or 0xAE354E) is unknown color: approx Night Shadz. HEX triplet: AE, 35 and 4E. RGB value is (174,53,78). Sum of RGB (Red+Green+Blue) = 174+53+78=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE354E is #51CAB1. Grayscale: #5C5C5C. Windows color (decimal): -5360306 or 5125550. OLE color: 5125550.

HSL color Cylindrical-coordinate representation of color #AE354E: hue angle of 347.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 #AE354E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1745378-
CMYK00.700.550.32
HSL347.6º53.3%44.51%-
HSV(B)347.6º69.54%68.24%-
XYZ20.112.098.48-
YUV92.03120.09186.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=57.05%
G=17.38%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174537800.700.550.32347.653.344.51
HexAE354E046372015c352d
Octal25665116010667405346555
Binary10101110110101100111001000110110111100000101011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE354E; }

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

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

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

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

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

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

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

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