#AC384F

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

Shades of Night Shadz #AC384F

Tints of Night Shadz #AC384F

Color information

#AC384F (or 0xAC384F) is unknown color: approx Night Shadz. HEX triplet: AC, 38 and 4F. RGB value is (172,56,79). Sum of RGB (Red+Green+Blue) = 172+56+79=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC384F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC384F is #53C7B0. Grayscale: #5D5D5D. Windows color (decimal): -5490609 or 5191852. OLE color: 5191852.

HSL color Cylindrical-coordinate representation of color #AC384F: hue angle of 348.1º degrees, saturation: 0.51, 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 #AC384F is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB1725679-
CMYK00.670.540.33
HSL348.1º50.88%44.71%-
HSV(B)348.1º67.44%67.45%-
XYZ19.8412.168.7-
YUV93.31119.93184.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=56.03%
G=18.24%
B=25.73%

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
Decimal172567900.670.540.33348.150.8844.71
HexAC384F043362115c332d
Octal25470117010366415346355
Binary10101100111000100111101000011110110100001101011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC384F; }

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

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

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

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

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

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

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

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