#AE3553

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

Shades of Night Shadz #AE3553

Tints of Night Shadz #AE3553

Color information

#AE3553 (or 0xAE3553) is unknown color: approx Night Shadz. HEX triplet: AE, 35 and 53. RGB value is (174,53,83). Sum of RGB (Red+Green+Blue) = 174+53+83=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3553 is #51CAAC. Grayscale: #5C5C5C. Windows color (decimal): -5360301 or 5453230. OLE color: 5453230.

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

Color convert

RGB1745383-
CMYK00.700.520.32
HSL345.12º53.3%44.51%-
HSV(B)345.12º69.54%68.24%-
XYZ20.2912.179.46-
YUV92.6122.59186.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=56.13%
G=17.10%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174538300.700.520.32345.1253.344.51
HexAE35530463420159352d
Octal25665123010664405316555
Binary10101110110101101001101000110110100100000101011001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3553; }

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

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

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

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

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

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

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

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