#AC394C

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

Shades of Night Shadz #AC394C

Tints of Night Shadz #AC394C

Color information

#AC394C (or 0xAC394C) is unknown color: approx Night Shadz. HEX triplet: AC, 39 and 4C. RGB value is (172,57,76). Sum of RGB (Red+Green+Blue) = 172+57+76=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC394C is #53C6B3. Grayscale: #5D5D5D. Windows color (decimal): -5490356 or 4995500. OLE color: 4995500.

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

Color convert

RGB1725776-
CMYK00.670.560.33
HSL350.09º50.22%44.9%-
HSV(B)350.09º66.86%67.45%-
XYZ19.7812.228.15-
YUV93.55118.1183.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=56.39%
G=18.69%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172577600.670.560.33350.0950.2244.9
HexAC394C043382115e322d
Octal25471114010370415366255
Binary10101100111001100110001000011111000100001101011110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC394C; }

 p { color: rgb(172,57,76); }

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

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

 a { background-color: rgb(172,57,76); }

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

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

 span { border-color: rgb(172,57,76); }

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