#AA364E

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

Shades of Night Shadz #AA364E

Tints of Night Shadz #AA364E

Color information

#AA364E (or 0xAA364E) is unknown color: approx Night Shadz. HEX triplet: AA, 36 and 4E. RGB value is (170,54,78). Sum of RGB (Red+Green+Blue) = 170+54+78=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA364E is #55C9B1. Grayscale: #5B5B5B. Windows color (decimal): -5622194 or 5125802. OLE color: 5125802.

HSL color Cylindrical-coordinate representation of color #AA364E: hue angle of 347.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA364E is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1705478-
CMYK00.680.540.33
HSL347.59º51.79%43.92%-
HSV(B)347.59º68.24%66.67%-
XYZ19.2711.738.46-
YUV91.42120.43184.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=56.29%
G=17.88%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170547800.680.540.33347.5951.7943.92
HexAA364E044362115c342c
Octal25266116010466415346454
Binary10101010110110100111001000100110110100001101011100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA364E; }

 p { color: rgb(170,54,78); }

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

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

 a { background-color: rgb(170,54,78); }

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

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

 span { border-color: rgb(170,54,78); }

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