#AC3746

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

Shades of Night Shadz #AC3746

Tints of Night Shadz #AC3746

Color information

#AC3746 (or 0xAC3746) is unknown color: approx Night Shadz. HEX triplet: AC, 37 and 46. RGB value is (172,55,70). Sum of RGB (Red+Green+Blue) = 172+55+70=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3746 is #53C8B9. Grayscale: #5B5B5B. Windows color (decimal): -5490874 or 4601772. OLE color: 4601772.

HSL color Cylindrical-coordinate representation of color #AC3746: hue angle of 352.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3746 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1725570-
CMYK00.680.590.33
HSL352.31º51.54%44.51%-
HSV(B)352.31º68.02%67.45%-
XYZ19.4811.957.07-
YUV91.69115.76185.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.91%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=57.91%
G=18.52%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172557000.680.590.33352.3151.5444.51
HexAC37460443B21160342d
Octal25467106010473415406455
Binary10101100110111100011001000100111011100001101100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3746; }

 p { color: rgb(172,55,70); }

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

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

 a { background-color: rgb(172,55,70); }

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

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

 span { border-color: rgb(172,55,70); }

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