Html Css Color HEX #AE364C Night Shadz

📋 copy color: '#AE364C'

red 174 ◦ green 54 ◦ blue 76

#AE364C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #AE364C

Tints of Night Shadz #AE364C

RGB

 RED value IS 174 (68.36% from 255) = 57.24%

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 57.24%
G = 17.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE364C (or 0xAE364C) is known color: Night Shadz. HEX triplet: AE, 36 and 4C. RGB value is (174,54,76). Sum of RGB (Red+Green+Blue) = 174+54+76=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE364C is #51C9B3. Grayscale: #5C5C5C. Windows color (decimal): -5360052 or 4994734. OLE color: 4994734.

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

Color convert

RGB 174 54 76 -
CMYK 0 0.69 0.56 0.32
HSL 349º 0.53% 0.45% -
HSV(B) 349º 0.69% 0.68% -
XYZ 20.08 12.16 8.13 -
YUV 92.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 174 54 76 0 0.69 0.56 0.32 349 0.53 0.45
Hex AE 36 4C 0 45 38 20 15D 35 2D
Octal 256 66 114 0 105 70 40 535 65 55
Binary 10101110 110110 1001100 0 1000101 111000 100000 101011101 110101 101101

Color Harmonies of #AE364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE364C

Black with #AE364C

Text Example


Text Example

White with #AE364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE364C; }

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

 H1.HeaderClassName
 {
   color: #AE364C;
 }
 .AnyTagClassName
 {
   color: #AE364C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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