#AC384A

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

Shades of Night Shadz #AC384A

Tints of Night Shadz #AC384A

Color information

#AC384A (or 0xAC384A) is unknown color: approx Night Shadz. HEX triplet: AC, 38 and 4A. RGB value is (172,56,74). Sum of RGB (Red+Green+Blue) = 172+56+74=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC384A is #53C7B5. Grayscale: #5C5C5C. Windows color (decimal): -5490614 or 4864172. OLE color: 4864172.

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

Color convert

RGB1725674-
CMYK00.670.570.33
HSL350.69º50.88%44.71%-
HSV(B)350.69º67.44%67.45%-
XYZ19.6612.097.78-
YUV92.74117.43184.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=56.95%
G=18.54%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172567400.670.570.33350.6950.8844.71
HexAC384A043392115f332d
Octal25470112010371415376355
Binary10101100111000100101001000011111001100001101011111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC384A; }

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

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

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

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

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

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

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

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