#AC374E

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

Shades of Night Shadz #AC374E

Tints of Night Shadz #AC374E

Color information

#AC374E (or 0xAC374E) is unknown color: approx Night Shadz. HEX triplet: AC, 37 and 4E. RGB value is (172,55,78). Sum of RGB (Red+Green+Blue) = 172+55+78=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC374E is #53C8B1. Grayscale: #5C5C5C. Windows color (decimal): -5490866 or 5126060. OLE color: 5126060.

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

Color convert

RGB1725578-
CMYK00.680.550.33
HSL348.21º51.54%44.51%-
HSV(B)348.21º68.02%67.45%-
XYZ19.7512.058.49-
YUV92.6119.76184.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.39%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=56.39%
G=18.03%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172557800.680.550.33348.2151.5444.51
HexAC374E044372115c342d
Octal25467116010467415346455
Binary10101100110111100111001000100110111100001101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC374E; }

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

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

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

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

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

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

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

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