#AE3B4A

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

Shades of Night Shadz #AE3B4A

Tints of Night Shadz #AE3B4A

Color information

#AE3B4A (or 0xAE3B4A) is unknown color: approx Night Shadz. HEX triplet: AE, 3B and 4A. RGB value is (174,59,74). Sum of RGB (Red+Green+Blue) = 174+59+74=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B4A is #51C4B5. Grayscale: #5F5F5F. Windows color (decimal): -5358774 or 4864942. OLE color: 4864942.

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

Color convert

RGB1745974-
CMYK00.660.570.32
HSL352.17º49.36%45.69%-
HSV(B)352.17º66.09%68.24%-
XYZ20.2612.627.85-
YUV95.1116.1184.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=56.68%
G=19.22%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174597400.660.570.32352.1749.3645.69
HexAE3B4A0423920160312e
Octal25673112010271405406156
Binary10101110111011100101001000010111001100000101100000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B4A; }

 p { color: rgb(174,59,74); }

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

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

 a { background-color: rgb(174,59,74); }

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

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

 span { border-color: rgb(174,59,74); }

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