#AE3548

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

Shades of Night Shadz #AE3548

Tints of Night Shadz #AE3548

Color information

#AE3548 (or 0xAE3548) is unknown color: approx Night Shadz. HEX triplet: AE, 35 and 48. RGB value is (174,53,72). Sum of RGB (Red+Green+Blue) = 174+53+72=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3548 is #51CAB7. Grayscale: #5B5B5B. Windows color (decimal): -5360312 or 4732334. OLE color: 4732334.

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

Color convert

RGB1745372-
CMYK00.700.590.32
HSL350.58º53.3%44.51%-
HSV(B)350.58º69.54%68.24%-
XYZ19.912.017.4-
YUV91.34117.09186.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=58.19%
G=17.73%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174537200.700.590.32350.5853.344.51
HexAE35480463B2015f352d
Octal25665110010673405376555
Binary10101110110101100100001000110111011100000101011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3548; }

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

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

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

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

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

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

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

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