#AC384D

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

Shades of Night Shadz #AC384D

Tints of Night Shadz #AC384D

Color information

#AC384D (or 0xAC384D) is unknown color: approx Night Shadz. HEX triplet: AC, 38 and 4D. RGB value is (172,56,77). Sum of RGB (Red+Green+Blue) = 172+56+77=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC384D is #53C7B2. Grayscale: #5D5D5D. Windows color (decimal): -5490611 or 5060780. OLE color: 5060780.

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

Color convert

RGB1725677-
CMYK00.670.550.33
HSL349.14º50.88%44.71%-
HSV(B)349.14º67.44%67.45%-
XYZ19.7712.138.32-
YUV93.08118.93184.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=56.39%
G=18.36%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172567700.670.550.33349.1450.8844.71
HexAC384D043372115d332d
Octal25470115010367415356355
Binary10101100111000100110101000011110111100001101011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC384D; }

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

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

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

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

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

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

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

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