#AC324D

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

Shades of Night Shadz #AC324D

Tints of Night Shadz #AC324D

Color information

#AC324D (or 0xAC324D) is unknown color: approx Night Shadz. HEX triplet: AC, 32 and 4D. RGB value is (172,50,77). Sum of RGB (Red+Green+Blue) = 172+50+77=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC324D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC324D is #53CDB2. Grayscale: #595959. Windows color (decimal): -5492147 or 5059244. OLE color: 5059244.

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

Color convert

RGB1725077-
CMYK00.710.550.33
HSL346.72º54.95%43.53%-
HSV(B)346.72º70.93%67.45%-
XYZ19.4911.598.23-
YUV89.56120.92186.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.53%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 77 (30.47% from 255) = 25.75%
R=57.53%
G=16.72%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172507700.710.550.33346.7254.9543.53
HexAC324D047372115b372c
Octal25462115010767415336754
Binary10101100110010100110101000111110111100001101011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC324D; }

 p { color: rgb(172,50,77); }

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

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

 a { background-color: rgb(172,50,77); }

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

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

 span { border-color: rgb(172,50,77); }

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