#AC354E

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

Shades of Night Shadz #AC354E

Tints of Night Shadz #AC354E

Color information

#AC354E (or 0xAC354E) is unknown color: approx Night Shadz. HEX triplet: AC, 35 and 4E. RGB value is (172,53,78). Sum of RGB (Red+Green+Blue) = 172+53+78=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC354E is #53CAB1. Grayscale: #5B5B5B. Windows color (decimal): -5491378 or 5125548. OLE color: 5125548.

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

Color convert

RGB1725378-
CMYK00.690.550.33
HSL347.39º52.89%44.12%-
HSV(B)347.39º69.19%67.45%-
XYZ19.6611.878.46-
YUV91.43120.42185.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=56.77%
G=17.49%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172537800.690.550.33347.3952.8944.12
HexAC354E045372115b352c
Octal25465116010567415336554
Binary10101100110101100111001000101110111100001101011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC354E; }

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

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

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

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

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

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

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

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