#AA394D

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

Shades of Night Shadz #AA394D

Tints of Night Shadz #AA394D

Color information

#AA394D (or 0xAA394D) is unknown color: approx Night Shadz. HEX triplet: AA, 39 and 4D. RGB value is (170,57,77). Sum of RGB (Red+Green+Blue) = 170+57+77=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA394D is #55C6B2. Grayscale: #5D5D5D. Windows color (decimal): -5621427 or 5061034. OLE color: 5061034.

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

Color convert

RGB1705777-
CMYK00.660.550.33
HSL349.38º49.78%44.51%-
HSV(B)349.38º66.47%66.67%-
XYZ19.3812.018.32-
YUV93.07118.94182.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=55.92%
G=18.75%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170577700.660.550.33349.3849.7844.51
HexAA394D042372115d322d
Octal25271115010267415356255
Binary10101010111001100110101000010110111100001101011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA394D; }

 p { color: rgb(170,57,77); }

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

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

 a { background-color: rgb(170,57,77); }

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

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

 span { border-color: rgb(170,57,77); }

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