#AA324A

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

Shades of Night Shadz #AA324A

Tints of Night Shadz #AA324A

Color information

#AA324A (or 0xAA324A) is unknown color: approx Night Shadz. HEX triplet: AA, 32 and 4A. RGB value is (170,50,74). Sum of RGB (Red+Green+Blue) = 170+50+74=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA324A is #55CDB5. Grayscale: #585858. Windows color (decimal): -5623222 or 4862634. OLE color: 4862634.

HSL color Cylindrical-coordinate representation of color #AA324A: hue angle of 348º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA324A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1705074-
CMYK00.710.560.33
HSL348º54.55%43.14%-
HSV(B)348º70.59%66.67%-
XYZ18.9511.327.66-
YUV88.62119.76186.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 50 (19.92% from 255) = 17.01%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=57.82%
G=17.01%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170507400.710.560.3334854.5543.14
HexAA324A047382115c372b
Octal25262112010770415346753
Binary10101010110010100101001000111111000100001101011100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA324A; }

 p { color: rgb(170,50,74); }

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

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

 a { background-color: rgb(170,50,74); }

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

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

 span { border-color: rgb(170,50,74); }

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