#AC364B

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

Shades of Night Shadz #AC364B

Tints of Night Shadz #AC364B

Color information

#AC364B (or 0xAC364B) is unknown color: approx Night Shadz. HEX triplet: AC, 36 and 4B. RGB value is (172,54,75). Sum of RGB (Red+Green+Blue) = 172+54+75=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC364B is #53C9B4. Grayscale: #5B5B5B. Windows color (decimal): -5491125 or 4929196. OLE color: 4929196.

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

Color convert

RGB1725475-
CMYK00.690.560.33
HSL349.32º52.21%44.31%-
HSV(B)349.32º68.6%67.45%-
XYZ19.611.927.92-
YUV91.68118.59185.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=57.14%
G=17.94%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172547500.690.560.33349.3252.2144.31
HexAC364B045382115d342c
Octal25466113010570415356454
Binary10101100110110100101101000101111000100001101011101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC364B; }

 p { color: rgb(172,54,75); }

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

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

 a { background-color: rgb(172,54,75); }

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

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

 span { border-color: rgb(172,54,75); }

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