#AC374F

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

Shades of Night Shadz #AC374F

Tints of Night Shadz #AC374F

Color information

#AC374F (or 0xAC374F) is unknown color: approx Night Shadz. HEX triplet: AC, 37 and 4F. RGB value is (172,55,79). Sum of RGB (Red+Green+Blue) = 172+55+79=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC374F is #53C8B0. Grayscale: #5C5C5C. Windows color (decimal): -5490865 or 5191596. OLE color: 5191596.

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

Color convert

RGB1725579-
CMYK00.680.540.33
HSL347.69º51.54%44.51%-
HSV(B)347.69º68.02%67.45%-
XYZ19.7912.078.68-
YUV92.72120.26184.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=56.21%
G=17.97%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172557900.680.540.33347.6951.5444.51
HexAC374F044362115c342d
Octal25467117010466415346455
Binary10101100110111100111101000100110110100001101011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC374F; }

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

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

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

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

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

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

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

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