#AE424E

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

Shades of Night Shadz #AE424E

Tints of Night Shadz #AE424E

Color information

#AE424E (or 0xAE424E) is unknown color: approx Night Shadz. HEX triplet: AE, 42 and 4E. RGB value is (174,66,78). Sum of RGB (Red+Green+Blue) = 174+66+78=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE424E is #51BDB1. Grayscale: #636363. Windows color (decimal): -5356978 or 5128878. OLE color: 5128878.

HSL color Cylindrical-coordinate representation of color #AE424E: hue angle of 353.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE424E is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1746678-
CMYK00.620.550.32
HSL353.33º45%47.06%-
HSV(B)353.33º62.07%68.24%-
XYZ20.7813.458.71-
YUV99.66115.78181.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=54.72%
G=20.75%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174667800.620.550.32353.334547.06
HexAE424E03E37201612d2f
Octal25610211607667405415557
Binary10101110100001010011100111110110111100000101100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE424E; }

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

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

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

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

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

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

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

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