#AC314A

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

Shades of Night Shadz #AC314A

Tints of Night Shadz #AC314A

Color information

#AC314A (or 0xAC314A) is unknown color: approx Night Shadz. HEX triplet: AC, 31 and 4A. RGB value is (172,49,74). Sum of RGB (Red+Green+Blue) = 172+49+74=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC314A is #53CEB5. Grayscale: #585858. Windows color (decimal): -5492406 or 4862380. OLE color: 4862380.

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

Color convert

RGB1724974-
CMYK00.720.570.33
HSL347.8º55.66%43.33%-
HSV(B)347.8º71.51%67.45%-
XYZ19.3511.467.67-
YUV88.63119.75187.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=58.31%
G=16.61%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172497400.720.570.33347.855.6643.33
HexAC314A048392115c382b
Octal25461112011071415347053
Binary10101100110001100101001001000111001100001101011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC314A; }

 p { color: rgb(172,49,74); }

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

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

 a { background-color: rgb(172,49,74); }

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

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

 span { border-color: rgb(172,49,74); }

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