#AE3E40

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

Shades of Night Shadz #AE3E40

Tints of Night Shadz #AE3E40

Color information

#AE3E40 (or 0xAE3E40) is unknown color: approx Night Shadz. HEX triplet: AE, 3E and 40. RGB value is (174,62,64). Sum of RGB (Red+Green+Blue) = 174+62+64=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E40 is #51C1BF. Grayscale: #5F5F5F. Windows color (decimal): -5358016 or 4210350. OLE color: 4210350.

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

Color convert

RGB1746264-
CMYK00.640.630.32
HSL358.93º47.46%46.27%-
HSV(B)358.93º64.37%68.24%-
XYZ20.112.816.26-
YUV95.72110.11183.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=58%
G=20.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174626400.640.630.32358.9347.4646.27
HexAE3E400403F201672f2e
Octal25676100010077405475756
Binary10101110111110100000001000000111111100000101100111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E40; }

 p { color: rgb(174,62,64); }

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

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

 a { background-color: rgb(174,62,64); }

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

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

 span { border-color: rgb(174,62,64); }

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