#AA384F

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

Shades of Night Shadz #AA384F

Tints of Night Shadz #AA384F

Color information

#AA384F (or 0xAA384F) is unknown color: approx Night Shadz. HEX triplet: AA, 38 and 4F. RGB value is (170,56,79). Sum of RGB (Red+Green+Blue) = 170+56+79=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA384F is #55C7B0. Grayscale: #5C5C5C. Windows color (decimal): -5621681 or 5191850. OLE color: 5191850.

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

Color convert

RGB1705679-
CMYK00.670.540.33
HSL347.89º50.44%44.31%-
HSV(B)347.89º67.06%66.67%-
XYZ19.411.948.68-
YUV92.71120.27183.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=55.74%
G=18.36%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170567900.670.540.33347.8950.4444.31
HexAA384F043362115c322c
Octal25270117010366415346254
Binary10101010111000100111101000011110110100001101011100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA384F; }

 p { color: rgb(170,56,79); }

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

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

 a { background-color: rgb(170,56,79); }

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

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

 span { border-color: rgb(170,56,79); }

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